emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: Patch to iswitchb.el from 21.1]


From: Richard Stallman
Subject: address@hidden: Patch to iswitchb.el from 21.1]
Date: Thu, 15 Nov 2001 01:36:13 -0700 (MST)

Could you do whatever seems right for this?
If you don't think the feature is important,
you can decide to do nothing.

------- Start of forwarded message -------
To: address@hidden
From: address@hidden (Christopher S. Kush)
Newsgroups: gnu.emacs.bug
Subject: Patch to iswitchb.el from 21.1
Organization: Storage Technology Corporation
Sender: address@hidden
Date: 14 Nov 2001 10:11:49 -0700

On the following page is a patch for iswitchb.el to allow the
user to Customize what happens when buffer name completion
fails.

- -- 
   "One does not wait for (X)Emacs to load,
    one jumps up and down with excitement."
                   -- Henrik Enberg


273a274,281
> (defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help
>   "*Hook run when `iswitchb-complete' can't complete any more.
> The most useful values are `iswitchb-completion-help', which pops up a
> window with completion alternatives, or `iswitchb-next-match' or
> `iswitchb-prev-match', which cycle the buffer list."
>   :type 'hook
>   :group 'iswitchb)
> 
635c643
<          (iswitchb-completion-help))
- ---
>          (run-hooks 'iswitchb-cannot-complete-hook))
652c660
<            (iswitchb-completion-help)
- ---
>              (run-hooks 'iswitchb-cannot-complete-hook)

_______________________________________________
Bug-gnu-emacs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------



reply via email to

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