Giter Site home page Giter Site logo

emacs-nav's People

Watchers

 avatar

emacs-nav's Issues

Temporary file buffers from find and grep stay around

What steps will reproduce the problem?
1. Hit 'g' to do a grep, and enter a pattern
2. Kill the grep buffer

What is the expected output? What do you see instead?
A buffer containing all the searched filenames shows up. It should not be there.



Original issue reported on code.google.com by [email protected] on 27 Mar 2009 at 5:32

Find result buffer doesn't work with enter key.

What steps will reproduce the problem?
1. Hit 'f' and enter some pattern
2. In the result buffer hit enter on a filename

What is the expected output? What do you see instead?
Expected it to open the file. Instead it modified the result buffer.


Original issue reported on code.google.com by [email protected] on 16 Mar 2009 at 10:17

Nav forgets the cursor's location when coming back to a directory

What steps will reproduce the problem?
1. Go to a directory d1 and put the cursor on line 10 say. 
2. Go to another directory, then come back to d1.

What is the expected output? What do you see instead?
The cursor should be on line 10, but it's often on some other line.


Original issue reported on code.google.com by [email protected] on 24 Mar 2009 at 5:42

let: Symbol's function definition is void: nav-assert

I'm getting this in my messages when I navigate to directories in the nav
buffer in a terminal.

What steps will reproduce the problem?
1. place cursor on ".."
2. press enter

It lists the top directory but I'm getting that message.

What is the expected output? What do you see instead?
No messages.

What version of the product are you using? On what operating system?
GNU Emacs 21.4.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of
2007-06-19 on ninsei, modified by Debian


Please provide any additional information below.

I'm relatively new to emacs so perhaps this is a minor issue that I should
just ignore?


Original issue reported on code.google.com by [email protected] on 18 Mar 2009 at 6:17

patch to toggle hidden files

small patch i use to toggle hidden files, against r43. Perhaps useful :)

Original issue reported on code.google.com by emptyvee on 29 Jun 2009 at 9:46

Attachments:

Quickfile button behaves different if nav not the current window

What steps will reproduce the problem?
1. Make current any window besides nav
2. Click quickfile button with mouse
3. Will open file in a new frame 

What is the expected output? 

The file should up in a new buffer under current window.


nav-quickdir-jump-button-action function needs to test if
nav is the current window. If not make it the current. 

Original issue reported on code.google.com by [email protected] on 29 Jul 2009 at 8:21

Review Request

Purpose of code changes on this branch:

1. Fixed quick* buttons. They were not working because of
nav-make-filenames-clickable was voiding them.

2. Renamed directory bookmarks to "quickdir" so not to be confused with
emacs bookmark system. 

3. Removed erroneous comments.
What is the expected output? What do you see instead?

Notes:
Default review request does not work on google code with hg. This is a
known issue. 


Original issue reported on code.google.com by [email protected] on 29 Jul 2009 at 12:51

Opening a file makes a new window in emacs 23

What steps will reproduce the problem?
1. Open emacs 23
2. Open nav
3. Choose a file by hitting enter or clicking with the mouse.

What is the expected output? What do you see instead?
The file should open in the already-existing window on the right.
Instead a new window is created and the file opens there.

Original issue reported on code.google.com by [email protected] on 10 Aug 2009 at 11:19

Moving directories to other directories is not convenient

What steps will reproduce the problem?
1. Press 'm' on a directory, call it A.
2. Type the name of another directory, B, to move it to.

What is the expected output? What do you see instead?
Directory A should move to dir B. An error message appears instead.



Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 7:34

Popping the directory stack doesn't work consistently

What steps will reproduce the problem?
1. Start in the emacs-nav dir
2. Hit the u key to go up
3. Hit the p key to pop

What is the expected output? What do you see instead?
It should go back to emacs-nav/, but it just stays where it is.




Original issue reported on code.google.com by [email protected] on 19 Mar 2009 at 10:02

Find-results window has too much vertical blank space

What steps will reproduce the problem?
1. Run a find that doesn't get a lot of results.

What is the expected output? What do you see instead?
The window should be short, but it is tall.

Please use labels and text to provide additional information.



Original issue reported on code.google.com by [email protected] on 16 Mar 2009 at 11:05

Deleted directories stay in directory stack

What steps will reproduce the problem?
Go to a directory, then leave it, then delete it.

What is the expected output? What do you see instead?
The directory path remains in the stack, so when you pop using the p key it 
tries to put you back in 
the deleted directory.

Original issue reported on code.google.com by [email protected] on 19 Mar 2009 at 6:54

Can't go to tags mode in emacs 22 (in terminal at least)

What steps will reproduce the problem?
1. Press T with the cursor over a source code file.

What is the expected output? What do you see instead?
It should open tags mode. Instead it displays "Cannot switch buffers in a 
dedicated window."

Original issue reported on code.google.com by [email protected] on 11 Aug 2009 at 5:52

Add a frame/window balance on quit

What steps will reproduce the problem?
1. Open nav
2. Use it
3. Quit

What is the expected output? What do you see instead?
I'd expect the frames to go back to a balanced state.


What version of the product are you using? On what operating system?
Emacs 23 (rc something) on Linux over SSH


Please provide any additional information below.
It would be nice if when nav quits, it would rebalance the frames (C-+). 

Original issue reported on code.google.com by [email protected] on 24 Mar 2009 at 7:26

Directory contents are sorted case-sensitively

What steps will reproduce the problem?
1. Go to a directory containing files starting with lower case and upper case 
letters.

What is the expected output? What do you see instead?
The uppercase files show up first. They should be mixed together with the 
lowercase ones.


Original issue reported on code.google.com by [email protected] on 29 Mar 2009 at 7:14

Quick buttons at bottom are cryptic

What steps will reproduce the problem?
1. Load nav.

At the bottom, the quick buttons don't say what they are about. I think it 
would be better to just 
show the names of the files and directories that they take you to, one per 
line. 

Original issue reported on code.google.com by [email protected] on 31 Jul 2009 at 8:03

Pressing d on a symlink asks you if you want to delete it as a directory

What steps will reproduce the problem?
1. Put the cursor on a symbolic link to a directory
2. Press d

What is the expected output? What do you see instead?
It should ask you something like "Do you want to delete this symbolic link", 
with a y or n response. 
Instead it asks if you want to delete the directory with a yes or no response.


Original issue reported on code.google.com by [email protected] on 24 Mar 2009 at 5:12

Error on M-x nav twice

What steps will reproduce the problem?
1. M-x nav 
2. M-x nav
3.

I get the following backtrace in emacs22 -q

Debugger entered--Lisp error: (error "No other window to side of this one")
  shrink-window(60 t)
  shrink-window-horizontally(60)
  (if (> (window-width) n) (shrink-window-horizontally (- ... n)))
  nav-set-window-width(30)
  (let ((delay-mode-hooks t)) (kill-all-local-variables) (setq major-mode
(quote nav-mode)) (setq mode-name "Nav-mode is for IDE-like navigation of
directories.\n\n It's more IDEish than dired, not as heavy weight as
speedbar.") nil (use-local-map nav-mode-map) (set-syntax-table
nav-mode-syntax-table) (setq local-abbrev-table nav-mode-abbrev-table)
(nav-set-window-width nav-width) (setq mode-name "Navigation")
(use-local-map nav-mode-map) (turn-on-font-lock) (font-lock-add-keywords
(quote nav-mode) (quote ...)) (setq buffer-read-only t) (nav-refresh))
  (progn (make-local-variable (quote delay-mode-hooks)) (let (...)
(kill-all-local-variables) (setq major-mode ...) (setq mode-name "Nav-mode
is for IDE-like navigation of directories.\n\n It's more IDEish than dired,
not as heavy weight as speedbar.") nil (use-local-map nav-mode-map)
(set-syntax-table nav-mode-syntax-table) (setq local-abbrev-table
nav-mode-abbrev-table) (nav-set-window-width nav-width) (setq mode-name
"Navigation") (use-local-map nav-mode-map) (turn-on-font-lock)
(font-lock-add-keywords ... ...) (setq buffer-read-only t) (nav-refresh)))
  (delay-mode-hooks (kill-all-local-variables) (setq major-mode (quote
nav-mode)) (setq mode-name "Nav-mode is for IDE-like navigation of
directories.\n\n It's more IDEish than dired, not as heavy weight as
speedbar.") nil (use-local-map nav-mode-map) (set-syntax-table
nav-mode-syntax-table) (setq local-abbrev-table nav-mode-abbrev-table)
(nav-set-window-width nav-width) (setq mode-name "Navigation")
(use-local-map nav-mode-map) (turn-on-font-lock) (font-lock-add-keywords
(quote nav-mode) (quote ...)) (setq buffer-read-only t) (nav-refresh))
  nav-mode()
  nav()
  call-interactively(nav)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

in emacs 23 with my -emacs

Debugger entered--Lisp error: (error "No other window to side of this one")
  shrink-window(128 t)
  shrink-window-horizontally(128)
  (if (> (window-width) n) (shrink-window-horizontally (- ... n)))
  nav-set-window-width(30)
  (let ((delay-mode-hooks t)) (kill-all-local-variables) (setq major-mode
(quote nav-mode)) (setq mode-name "Nav-mode is for IDE-like navigation of
directories.\n\n It's more IDEish than dired, not as heavy weight as
speedbar.") nil (use-local-map nav-mode-map) (set-syntax-table
nav-mode-syntax-table) (setq local-abbrev-table nav-mode-abbrev-table)
(nav-set-window-width nav-width) (setq mode-name "Navigation")
(use-local-map nav-mode-map) (turn-on-font-lock) (font-lock-add-keywords
(quote nav-mode) (quote ...)) (setq buffer-read-only t) (nav-refresh))
  (progn (make-local-variable (quote delay-mode-hooks)) (let (...)
(kill-all-local-variables) (setq major-mode ...) (setq mode-name "Nav-mode
is for IDE-like navigation of directories.\n\n It's more IDEish than dired,
not as heavy weight as speedbar.") nil (use-local-map nav-mode-map)
(set-syntax-table nav-mode-syntax-table) (setq local-abbrev-table
nav-mode-abbrev-table) (nav-set-window-width nav-width) (setq mode-name
"Navigation") (use-local-map nav-mode-map) (turn-on-font-lock)
(font-lock-add-keywords ... ...) (setq buffer-read-only t) (nav-refresh)))
  (delay-mode-hooks (kill-all-local-variables) (setq major-mode (quote
nav-mode)) (setq mode-name "Nav-mode is for IDE-like navigation of
directories.\n\n It's more IDEish than dired, not as heavy weight as
speedbar.") nil (use-local-map nav-mode-map) (set-syntax-table
nav-mode-syntax-table) (setq local-abbrev-table nav-mode-abbrev-table)
(nav-set-window-width nav-width) (setq mode-name "Navigation")
(use-local-map nav-mode-map) (turn-on-font-lock) (font-lock-add-keywords
(quote nav-mode) (quote ...)) (setq buffer-read-only t) (nav-refresh))
  nav-mode()
  nav()
  call-interactively(nav nil nil)
  recursive-edit()
  byte-code("Æ�    @Ç=ƒ!


What is the expected output? What do you see instead?

The *nav* buffer is empty.
I know I should quit nav with key q. In fact I have to press q in the empty
*nav* do again M-x nav then it works again


What version of the product are you using? On what operating system?
xp

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 7:04

Rotate buffers should skip mini-buffer

What steps will reproduce the problem?
1. Open two files - nav splits the window as expected
2. Use either '[' or ']'
3. The buffers are rotated but the mini-buffer is rotated as well

What is the expected output? What do you see instead?
I think you would not want to see the mini-buffer moved up and one of the
buffers moved down. 

What version of the product are you using? On what operating system?
v16 on Windows XP, Emacs 23

Please provide any additional information below.
One option is to control this behavior (include mini-buffer or not) using a
custom variable.

Original issue reported on code.google.com by [email protected] on 18 Mar 2009 at 7:54

everybody loves screenshots


Hi

You should put a screenshot in homepage.

Like this one (not from me):

http://www.flickr.com/photos/silent11/3364805876/sizes/o/

Original issue reported on code.google.com by [email protected] on 18 Mar 2009 at 10:24

Cannot open file when cursor is on last character

What steps will reproduce the problem?
1. Move the cursor to the last character in the Nav buffer
2. Hit enter

What is the expected output? What do you see instead?
Expected it to open the file. Instead it complains about being a read only 
buffer.




Original issue reported on code.google.com by [email protected] on 20 Mar 2009 at 7:30

Grep file list handling is buggy under windows (patch included)

What steps will reproduce the problem?
1. Point your global tmp directory at a path containing spaces.
2. attempt to run nav-recursive-grep

What is the expected output? What do you see instead?
I expect grep results, instead cat reports that it cannot read the file.

What version of the product are you using? On what operating system?
version 42, windows xp.

Please provide any additional information below.
I've attached a patch which seems to work.

The patch also addresses a second problem -- I typically run with
require-final-newline set to t, in which case the list of files ends up
with a final appended \r\n. I believe my patch addresses this issue as well.

Lang


Original issue reported on code.google.com by [email protected] on 13 Jul 2009 at 3:58

Attachments:

Find results don't always respond to enter

What steps will reproduce the problem?
1. Hit the 'f' key in a directory
2. Type in a pattern to find.
3. Hit enter on one of the results.

What is the expected output? What do you see instead?
It should open the file, but that doesn't always work.



Original issue reported on code.google.com by [email protected] on 5 Apr 2009 at 6:14

2 key fails on buffer list

What steps will reproduce the problem?
1. Go to buffer list.
2. Press 2 on one of the buffer names.

What is the expected output? What do you see instead?
The buffer should open in a second window on the right, but nothing shows up 
there.


Original issue reported on code.google.com by [email protected] on 31 Jul 2009 at 6:41

Shell command completion is inconsistent.

What steps will reproduce the problem?
1. Hit 's' to open a shell in a directory that we'll call A.
2. Go back to nav and change to a different directory (call it B).
3. Hit 's' again to go back to the shell, now in dir B.
4. Type ls and then part of the name of a file, then tab.

What is the expected output? What do you see instead?
The filename should be completed or a list of choices shown, in the context 
of directory B. Instead, the completion is done as though we were still in 
directory A. 



Original issue reported on code.google.com by [email protected] on 21 Mar 2009 at 7:35

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.