From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: Re: Message goto signature Date: Fri, 6 Mar 2009 00:47:18 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <8763iny8k3.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1236332510 20886 80.91.229.12 (6 Mar 2009 09:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Mar 2009 09:41:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 06 10:43:07 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LfWa0-0001m3-7R for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 10:42:56 +0100 Original-Received: from localhost ([127.0.0.1]:51365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfWYe-0001OV-QD for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2009 04:41:32 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!w34g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 44 Original-NNTP-Posting-Host: 213.41.232.205 Original-X-Trace: posting.google.com 1236329238 4802 127.0.0.1 (6 Mar 2009 08:47:18 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 6 Mar 2009 08:47:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w34g2000yqm.googlegroups.com; posting-host=213.41.232.205; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.6) Gecko/2009020410 Fedora/3.0.6-1.fc9 Firefox/3.0.6,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) Original-Xref: news.stanford.edu gnu.emacs.help:167358 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62659 Archived-At: On Mar 6, 12:03=A0am, Richard Riley wrote: > Francis Moreau writes: > > Reiner Steib writes: > > >> On Thu, Mar 05 2009, Richard Riley wrote: > > >>> Francis Moreau writes: > >>>> Actually I don't see any use case where moving between the separator > >>>> and the signature is usefull... > > >> To edit the signature? > > > Hmm do you usually edit your signature ? > > > I don't and never have the need. But the fact is I usually need to go > > to the bottom of the body. > > > thanks > > This works for followup: > > (defadvice gnus-summary-followup (after followup-sig > activate)(progn (message-goto-signature)(previous-line)(previous-line))) > > And this for reply: > > (defadvice gnus-summary-reply-with-original (after reply-sig > activate)(progn (message-goto-signature)(previous-line)(previous-line))) > > I dont know if there is a better way than previous-line. > > I am assuming its cleaner to do it at this level then > message-goto-signature > Thanks for this. But the point of my initial question was about the default behaviour of goto-signature. I don't see the point why it puts the cursor where it does so I was asking in case I miss something. thanks