emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch to bookmark.el


From: Matthias Meulien
Subject: Re: Patch to bookmark.el
Date: Mon, 19 Dec 2011 22:14:57 +0100

Dear Karl,

I just tested the patch you sent to address@hidden and realized it
is not based on the last version I sent to you: After applying your
patch, I still have a 

   (forward-line 2)

in function `bookmark-bmenu-show-filenames'. With this patch, file names
are not shown in the first two lines of the bookmark list (after calling
`bookmark-bmenu-toggle-file-names').

It should be replaced by something like:

   (when bookmark-bmenu-use-header-line
      (bookmark-bmenu-set-header)
     (forward-line bookmark-bmenu-header-height))

By the way, I have also a version of bookmark.el which adds dedicated
faces for buffer names and file paths like in the buffer list. If people
are interested I can send the corresponding patch to emacs-devel...

Thanks for reading,
-- 
Matthias




reply via email to

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