Gnus development mailing list
 help / color / mirror / Atom feed
* message-tab: doc string
@ 2001-11-29  4:00 Karl Eichwalder
  2001-11-29  8:40 ` Kai Großjohann
  2001-11-29  8:44 ` Kai Großjohann
  0 siblings, 2 replies; 3+ messages in thread
From: Karl Eichwalder @ 2001-11-29  4:00 UTC (permalink / raw)


Happily, indent-relative isn't hardwired...

Please consider to use defcustom for 'message-tab-body-function'.

2001-11-29  Karl Eichwalder  <ke@suse.de>

	* message.el (message-tab): Fix doc string.

Index: message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.163
diff -u -r6.163 message.el
--- message.el	2001/11/21 02:27:53	6.163
+++ message.el	2001/11/29 03:58:35
@@ -5170,8 +5170,9 @@
   "*Function to execute when `message-tab' (TAB) is executed in the body.")
 
 (defun message-tab ()
-  "Complete names according to `message-completion-alist'.
-Do an `indent-relative' if not in those headers."
+  "Complete names according to `message-completion-alist' when in headers.
+Do an indentation according to `message-tab-body-function' if not in message
+headers."
   (interactive)
   (let ((alist message-completion-alist))
     (while (and alist

-- 
ke@suse.de (work) / keichwa@gmx.net (home):              |
http://www.suse.de/~ke/                                  |      ,__o
Free Translation Project:                                |    _-\_<,
http://www.iro.umontreal.ca/contrib/po/HTML/             |   (*)/'(*)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: message-tab: doc string
  2001-11-29  4:00 message-tab: doc string Karl Eichwalder
@ 2001-11-29  8:40 ` Kai Großjohann
  2001-11-29  8:44 ` Kai Großjohann
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2001-11-29  8:40 UTC (permalink / raw)
  Cc: ding

Karl Eichwalder <ke@gnu.franken.de> writes:

> Please consider to use defcustom for 'message-tab-body-function'.

Done.

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: message-tab: doc string
  2001-11-29  4:00 message-tab: doc string Karl Eichwalder
  2001-11-29  8:40 ` Kai Großjohann
@ 2001-11-29  8:44 ` Kai Großjohann
  1 sibling, 0 replies; 3+ messages in thread
From: Kai Großjohann @ 2001-11-29  8:44 UTC (permalink / raw)
  Cc: ding

Karl Eichwalder <ke@gnu.franken.de> writes:

> 2001-11-29  Karl Eichwalder  <ke@suse.de>
>
> 	* message.el (message-tab): Fix doc string.

Are you happy with my change?  If not, we'll use yours, instead.

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-29  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-29  4:00 message-tab: doc string Karl Eichwalder
2001-11-29  8:40 ` Kai Großjohann
2001-11-29  8:44 ` Kai Großjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).