Problem with clone-indirect-buffer-other-window.

2006-01-25 Thread Matt Hodges
In GNU Emacs 22.0.50.16 (i686-pc-linux-gnu, GTK+ Version 2.8.10) of 2006-01-25 on escpc40 configured using `configure '--with-gtk'' clone-indirect-buffer-other-window results in the following error: Debugger entered--Lisp error: (wrong-type-argument stringp nil)

Re: log-view-minor-wrap

2006-01-25 Thread Juri Linkov
With the latest change in log-view.el, typing `=' on a revision in the *cvs-info* shows the reverse diff. That's because the first argument of cvs-diff functions should be the revision at the next older revision, and the second argument should be the revision at point. But without this

Re: `make info' fails on cc-mode.texi with Texinfo 4.3

2006-01-25 Thread Ralf Angeli
* Eli Zaretskii (2006-01-24) writes: From: Ralf Angeli [EMAIL PROTECTED] Date: Tue, 24 Jan 2006 16:10:30 +0100 The build process aborts if `make info' is called with Texinfo 4.3. [...] This version comes with current MSYS and does not know @headitem which was introduced with Texinfo 4.7.

Re: invalid-function ('use-completion-backward)

2006-01-25 Thread Richard M. Stallman
If that patch fixes it, please install it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: thumbs doesn't show next image

2006-01-25 Thread Nick Roberts
The duplicating buffer numbering is a thing of the past, thank you. *Image* buffer: 1.) , rotate-right and -left rotating only one step (just 90 °) and after that changing the direction results in only 180 ° rotations. 2.) after applying rotate-left or -right and then -

Re: thumbs doesn't show next image

2006-01-25 Thread Dieter Wilhelm
Mathias Dahl [EMAIL PROTECTED] writes: Dieter Wilhelm [EMAIL PROTECTED] writes: Please don't remove thumbs which is simpler than tumme, and IMHO works better Yes, I think in this case it makes sense to have a lite package - especially for beginners - with few basic functionalities but

multi-occur-by-filename-regexp docstring misleading

2006-01-25 Thread Ryan Yeske
Symptoms: (defun multi-occur-by-filename-regexp (bufregexp regexp optional nlines) Show all lines matching REGEXP in buffers named by BUFREGEXP. See also `multi-occur'. The docstring makes it seem like it will search all buffers matching REGEXP, but it only looks at buffers for which there is

Re: buggy defcustom in sendmail.el

2006-01-25 Thread Luc Teirlinck
T. V. Raman wrote: Recent cvs updates have ended up leaving send-mail-function set to nil while running on the linux console. Evaluating the form that is in the defcustom does yield the right result, so I suspect some kind of bizarre autoloading bug. I can not reproduce this. On

Re: describe-function bad def value (nil) when not near a function name

2006-01-25 Thread Richard M. Stallman
go to the empty *scratch* buffer, and do `C-h f', then do M-n at the prompt. The default value you see is nil. The default value should be nil, not nil. Thanks. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org