emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: bookmark.el bug report


From: Drew Adams
Subject: RE: bookmark.el bug report
Date: Wed, 30 Dec 2009 08:26:03 -0800

> It is better to skip over the width of the field.
> Either (1) comment the hard-coded field width (everywhere it 
> is hard-coded, as Stefan suggested) or, better, (2) add a
> variable for that width.

Another candidate for this is the number of header lines (also 2). Something
like this:

(defconst bookmark-bmenu-header-lines 2
  "Number of lines used for the *Bookmark List* header.")

(defconst bookmark-bmenu-marks-width 2
  "Number of columns (chars) used for the *Bookmark List* marks column.")





reply via email to

[Prev in Thread] Current Thread [Next in Thread]