Giter Club home page Giter Club logo

navi's Introduction

Navi-mode

I no longer maintain this package, but @alphapapa has graciously agreed to take over maintainership. His fork should be considered authoritative and can be found here:

https://github.com/alphapapa/navi

navi's People

Contributors

alphapapa avatar emacs18 avatar syohex avatar tj64 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

syohex alphapapa

navi's Issues

navi-search-and-switch fails

When calling navi-search-and-switch interactively, I get the following backtrace:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  navi-rename-buffer()
  navi-search-and-switch()
  call-interactively(navi-search-and-switch record nil)
  command-execute(navi-search-and-switch record)

The problem seems to be with this code in navi-rename-buffer

    (with-current-buffer
        (if (eq major-mode 'occur-mode) (current-buffer) (get-buffer "*Occur*"))

As there is no "*Occur*" buffer, and the current buffer is in emacs-lisp-mode, (if (eq major-mode 'occur-mode) (current-buffer) (get-buffer "*Occur*")) returns nil and with-current-buffer fails.

Get keywords from imenu?

Hi Thorsten,

Just curious, have you thought about getting language keywords from imenu instead of hardcoding your own lists? It seems like it could reduce the maintenance burden and also add support for more languages for free.

I know you're probably not interested in doing this yourself, I'm just asking to see what you think, if maybe you had already tried, etc. :)

Thanks.

Making outorg optional

Would you accept a patch that turns outorg into an optional dependency, e.g. by wrapping the definitions of navi-edit-as-org and navi-mail-subtree with (eval-after-load 'outorg ...)?

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.