From xemacs-m  Thu Apr  3 02:35:06 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA09482
	for <xemacs-beta@xemacs.org>; Thu, 3 Apr 1997 02:35:05 -0600 (CST)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id KAA02078; Thu, 3 Apr 1997 10:35:01 +0200 (MET DST)
Sender: hniksic@public.srce.hr
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: mail mode nit
References: <E0wCVFF-0000sf-00@neal.ctd.comsat.com> 	<199704021829.KAA18549@newman> <199704021908.MAA00558@branagh.ta52.lanl.gov>
X-URL: ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/
X-Attribution: Hrv
X-Face: &}4JQk=L;e.~x+|eo]#DGk@x3~ed!.~lZ}YQcYb7f[WL9L'Z*+OyA\nA
        EL1M(".[qvI#a2E6WYI5>>e7'@_)3Ol9p|Nn2wNa/;~06jL*B%tTcn/X
        vhAu7qeES0\|MF%$;sI#yn1+y"
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 03 Apr 1997 10:35:00 +0200
In-Reply-To: "John A. Turner"'s message of Wed, 2 Apr 1997 12:08:02 -0700
Message-ID: <kigohbwpkqz.fsf@jagor.srce.hr>
Lines: 19
X-Mailer: Gnus v5.4.37/XEmacs 19.15

"John A. Turner" <turner@lanl.gov> writes:

>  >   you would of course have to deal with every time the user hit tab, seeing
>  > if they were above or below mail-header-separator.  Other than that, I'd
>  > say go for it.
> 
> I like the idea, too, but what about people who do 
> (setq mail-header-separator "")?

What about them?  Such a function would search for

(concat "^" (regexp-quote mail-header-separator) "$")

wouldn't it?

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
I'm a Lisp variable -- bind me!

