Git Product home page Git Product logo

color-moccur.el's Introduction

color-moccur.el's People

Contributors

myuhe avatar syohex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

color-moccur.el's Issues

excess pace in (moccur-search -line regexp)?

The 20140424 version gives an error when doing moccur-grep there is no "-line" or something similar to that.

" -line" appears here, and it is a change introduced in the 20140424 version.
https://github.com/myuhe/color-moccur.el/blob/master/color-moccur.el#L1423

I believe there should be no space between moccur-search and -line.

  • NEW (while (moccur-search -line regexp)
  • CORRECT? (while (moccur-search-line regexp)

The latter made moccur-grep functional again. Thanks you so much for maintaining this extremely useful package!

add autoload cookies

I think autoload cookies are needed for some functions (ex. occur-by-moccur).

Is global variable 'regexp' necessary ?

https://github.com/myuhe/color-moccur.el/blob/master/color-moccur.el#L805

color-moccurใ‚’ใƒญใƒผใƒ‰ใ—ใŸ็Šถๆ…‹ใง lexical-bindingsใŒๆœ‰ๅŠนใ‹ใค
regexpใจใ„ใ†ๅๅ‰ใฎใƒญใƒผใ‚ซใƒซๅค‰ๆ•ฐใŒไฝฟใ‚ใ‚Œใฆใ„ใ‚‹ใƒ‘ใƒƒใ‚ฑใƒผใ‚ธ(anzu็ญ‰)ใ‚’
ใƒใ‚คใƒˆใ‚ณใƒณใƒ‘ใ‚คใƒซใ—ใฆใƒญใƒผใƒ‰ใ™ใ‚‹ใจๆŒ™ๅ‹•ใŒใŠใ‹ใ—ใใชใ‚Šใพใ™.
(Emacsๆœฌไฝ“ใซใ‚‚ๅ•้กŒใŒใ‚ใ‚‹ใฎใงใฏใชใ„ใ‹ใจๆ€ใ†ใฎใงใ™ใŒ,)
ไธ่ฆใชใ‚‰ใฐๅ‰Š้™ค, ๅฟ…่ฆใชใ‚‰ใฐ moccur-regexpใฟใŸใ„ใซใ—ใฆใ„ใŸใ ใ‘ใชใ„
ใงใ—ใ‚‡ใ†ใ‹ ?

ใ‚ˆใ‚ใ—ใใŠ้ก˜ใ„ใ—ใพใ™.

On moccur-grep-find results, moccur-prev and moccur-next doesn't work correctly

On moccur-grep-find results, n key (moccur-next) points wrong lines and skip some lines.
p key (moccur-prev) doesn't go up, behaves like moccur-next.
But following color-moccur.el 2.73 works well.
http://www.bookshelf.jp/elc/color-moccur.el

Emacs ใ‚’ 24.4.1 ใซไธŠใ’ใฆใ€.emacs ใ‚’ๆ•ด็†ใ—ใฆใ„ใฆๆฐ—ใฅใ„ใŸใฎใงใ™ใŒใ€
Emacs 24.4.1 ใง moccur-grep-find ใŒๅค‰ใชๆŒ™ๅ‹•ใ‚’ใ—ใฆใ„ใ‚‹ใ‚ˆใ†ใงใ™ใ€‚
ๆคœ็ดข็ตๆžœไธŠใ‚’ n/p ใง็งปๅ‹•ใ™ใ‚‹้š›ใซ n (moccur-next) ใŒ่กŒใ‚’ใ‚นใ‚ญใƒƒใƒ—ใ—ใฆใ€
ใƒ•ใ‚กใ‚คใƒซๅ†…ใฎๆญฃใ—ใ„ไฝ็ฝฎใ‚’ๅทฎใ—ใฆใใ‚Œใพใ›ใ‚“ใ€‚
ใพใŸใ€p (moccur-prev) ใฏไธŠใซ็งปๅ‹•ใ›ใšใซใ€moccur-next ใฎใ‚ˆใ†ใซๅ…ˆใซ้€ฒใ‚“ใงใ—ใพใ„ใพใ™ใ€‚
bookshelf ใซใ‚ใ‚‹ color-moccur.el 2.73ใ€ใฏไปŠใพใง้€šใ‚Šๅ‹•ไฝœใ—ใฆใ„ใ‚‹ใฎใงใ€
ใ“ใกใ‚‰ใฎ color-moccur.el 2.71ใจใฎ้–“ใซไฝ•ใ‹้•ใ„ใŒใ‚ใ‚‹ใ‚ˆใ†ใงใ™ใ€‚
(ไธญ่บซใพใง็ขบ่ชใ—ใฆใ„ใชใใฆใ™ใฟใพใ›ใ‚“)

Environment:

  • Emacs 24.4.1 + Mac OS X Yosemite
  • Emacs 24.4.1 + Ubuntu 14.04

(Melpa ใธใฎ็™ป้Œฒใ€ใ‚ใ‚ŠใŒใจใ†ใ”ใ–ใ„ใพใ™)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.