rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Error if nav-quickdir-list or nav-quickfile-list number is less than three. #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (setq nav-quickfile-list '("" ""))
2. M-x nav
3. Error!

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

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  replace-regexp-in-string("^.*/" "" nil)
  (setq qfilename (replace-regexp-in-string "^.*/" "" (nth 2 nav-quickfile-
list)))
  nav-insert-jump-buttons()
  [snip...]

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

Development version, emacs23

Please provide any additional information below.

This happens, too, in customize mode.

Original issue reported on code.google.com by ckanru on 24 Nov 2009 at 4:19

GoogleCodeExporter commented 8 years ago
I removed the quick lists.

Original comment by issac.tr...@gmail.com on 26 Dec 2010 at 9:28