Re: Obsolete functions or variables, multiple definitions

2006-02-25 Thread martin rudalics
`custom-quote' is still defined in cus-edit.el. Compare 2002-04-19 Miles Bader [EMAIL PROTECTED] * custom.el (customize-mark-to-save, customize-mark-as-set) (custom-quote): Moved here from `cus-edit.el'. * cus-edit.el (customize-mark-to-save, customize-mark-as-set)

Re: visibility of overlays at end of buffer

2006-02-25 Thread Kim F. Storm
I have just installed a fix for this. martin rudalics [EMAIL PROTECTED] writes: With emacs -Q evaluate ... (get-buffer-create *over*) (defvar bar-over) (with-current-buffer *over* (delete-region (point-min) (point-max)) (insert foo\n) (let ((at (point))) (insert

Re: Boxes not boxed in the header-line

2006-02-25 Thread Stefan Monnier
I just noticed this inelegant behavior: in the header-line, when two pieces of text have different box settings (but they're both 3d boxes), the top and bottom part of the two texts are correctly drawn (with their respective 3D effect), but there is not vertical line

Re: nil became bound to (#save_value ptr=0x085526f0 int=0 96536 96288)

2006-02-25 Thread Joe Wells
[ I am CC-ing this message to emacs-pretest-bug@gnu.org only so that readers of that list can see that the discussion has moved to emacs-devel@gnu.org, where Richard seems to prefer having it. Please remove emacs-pretest-bug@gnu.org from any further followups. ] Richard M. Stallman [EMAIL

ido conflicts with autoinsert

2006-02-25 Thread Zhang Wei
auto-insert is a variable defined in `autoinsert.el'. If its value is non-nil, Emacs automaticly inserts something into newly created empty files. If ido mode is truned on, emacs becomes very noisy while exit and ido trys to save ~/.ido.last, it will ask Perform ... auto insertion? (y/n) before

Re: autoload and auto-compression-mode

2006-02-25 Thread Eli Zaretskii
Date: Fri, 24 Feb 2006 21:58:53 -0600 (CST) From: Luc Teirlinck [EMAIL PROTECTED] CC: emacs-pretest-bug@gnu.org, [EMAIL PROTECTED] Anyway, I plan to use the following expanded docstrings of `load-suffixes' and `load-file-rep-suffixes'. (As I already mentioned, once the Elisp manual is

clean-buffer-list with indirect buffers

2006-02-25 Thread martin rudalics
When `clean-buffer-list' kills the base-buffer of an indirect buffer _before_ it is able to kill the indirect buffer, the indirect buffer gets killed too. In this case invoking `midnight-buffer-display-time' when called with the killed indirect buffer as argument will result in a

Re: ido conflicts with autoinsert

2006-02-25 Thread Kim F. Storm
Zhang Wei [EMAIL PROTECTED] writes: auto-insert is a variable defined in `autoinsert.el'. If its value is non-nil, Emacs automaticly inserts something into newly created empty files. Thanks for the bug report and the suggested patch. However, I have installed a more generic fix to avoid