Re: Recent changes to dired.el and info.el

2005-08-14 Thread Thien-Thi Nguyen
Luc Teirlinck <[EMAIL PROTECTED]> writes: > I do not get these errors, because my loaddefs.el is up to date. > >the desired behavior is ability to load/use info, dired, rmail, without >having to load desktop.el. if i don't use desktop.el, i don't want it >loaded (or autoloaded), *eve

Re: Recent changes to dired.el and info.el

2005-08-14 Thread Luc Teirlinck
Thien-Thi Nguyen wrote: dired.el, info.el, (and i just noticed) mail/rmail.el fail to load because the variable `desktop-buffer-mode-handlers' is not defined. the scenario occurs when one doesn't load desktop.el ever. `desktop-buffer-mode-handlers' is defined, even if d

Re: Recent changes to dired.el and info.el

2005-08-14 Thread Luc Teirlinck
the desired behavior is ability to load/use info, dired, rmail, without having to load desktop.el. After doing `C-x d', `C-h i' and `M-x rm' without any problems and _without having your recent changes installed_, I get: ELISP> desktop-buffer-mode-handlers ((Info-mode . Info-restore-desktop

Re: Recent changes to dired.el and info.el

2005-08-14 Thread Thien-Thi Nguyen
Luc Teirlinck <[EMAIL PROTECTED]> writes: > Can you tell how to reproduce the bugs these changes are supposed to fix: dired.el, info.el, (and i just noticed) mail/rmail.el fail to load because the variable `desktop-buffer-mode-handlers' is not defined. the scenario occurs when on

Re: Recent changes to dired.el and info.el

2005-08-14 Thread Thien-Thi Nguyen
Luc Teirlinck <[EMAIL PROTECTED]> writes: > I am suspicious about this because somebody else reported bugs > concerning `desktop-buffer-mode-handlers', info and dired that > definitely were only due to failure to update loaddefs.el. > > Assuming the bugs your changes are supposed to fix are real

Recent changes to dired.el and info.el

2005-08-14 Thread Luc Teirlinck
Can you tell how to reproduce the bugs these changes are supposed to fix: 2005-08-14 Thien-Thi Nguyen <[EMAIL PROTECTED]> * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers' modification in `eval-after-load' form. * info.e

Recent changes to dired.el and info.el

2005-08-14 Thread Luc Teirlinck
One more remark on the following change: 2005-08-14 Thien-Thi Nguyen <[EMAIL PROTECTED]> * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers' modification in `eval-after-load' form. * info.el: Likewise. I am suspicious ab

Re: info.el

2005-08-05 Thread Richard M. Stallman
The change is in the sorting order (it was in reverse order before this change) and minor formatting details. Ok, I don't object to that. But since `S' binding doesn't hurt, let's leave it alone, and remove only its menu item from the Info menu. Currently this menu is too big

Re: info.el

2005-08-04 Thread Juri Linkov
>isearch has the command to toggle the case sensitivity - `M-c', >and it is possible to use it to search the whole Info manual. > >But since `S' binding doesn't hurt, let's leave it alone, and remove >only its menu item from the Info menu. Currently this menu is too big >alread

Re: info.el

2005-08-04 Thread Luc Teirlinck
Juri Linkov wrote: isearch has the command to toggle the case sensitivity - `M-c', and it is possible to use it to search the whole Info manual. But since `S' binding doesn't hurt, let's leave it alone, and remove only its menu item from the Info menu. Currently this menu is too big

Re: info.el

2005-08-04 Thread Luc Teirlinck
Juri Linkov wrote: But since `S' binding doesn't hurt, let's leave it alone, and remove only its menu item from the Info menu. Currently this menu is too big already, and it would be good to retain only basic commands in it. Sorry, I may have misunderstood you. I thought that you were

Re: info.el

2005-08-04 Thread Juri Linkov
> 5. Fixed `info-apropos' to work exactly as `index-apropos' in the >stand-alone Info reader. > > Could you say more specifically what the change is? The change is in the sorting order (it was in reverse order before this change) and minor formatting details. > 7. Removed `S' bind

Re: info.el

2005-08-04 Thread Richard M. Stallman
5. Fixed `info-apropos' to work exactly as `index-apropos' in the stand-alone Info reader. Could you say more specifically what the change is? 7. Removed `S' binding (`Info-search-case-sensitively') since it is not useful anymore with isearch working on the whole Info manual

info.el

2005-08-03 Thread Juri Linkov
While updating info.texi, I took the opportunity to fix info.el: 1. Replaced `info' with upper-case `Info' where appropriate. 2. Renamed `info-menu-5' face to `info-menu-star'. 3. Grouped face definitions together. 4. Put the cursor on menu items in the same way as on cros