unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eduard Wiebe <usenet@pusto.de>
To: Glenn Morris <rgm@gnu.org>
Cc: 9409@debbugs.gnu.org
Subject: bug#9409: 24.0.50; log-view-msg-prev, easy-mmode
Date: Sat, 03 Sep 2011 19:41:07 +0200	[thread overview]
Message-ID: <87zkilfrrg.fsf@pusto.de> (raw)
In-Reply-To: <96bov28nrf.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 02 Sep 2011 20:37:08 -0400")

Glenn Morris <rgm@gnu.org> writes:

> Eduard Wiebe wrote:
>
>>               `(unless (re-search-backward ,re nil t count)
>> -                (error "No previous %s" ,name)))
>> +                (goto-char (point-min))
>> +		(error "No previous %s" ,name)))
>
> Or:
>
> -             `(unless (re-search-backward ,re nil t count)
> +             `(unless (re-search-backward ,re nil 'move count)

Yes, much nicer. Thanks.
Can you apply this patch to the trunk.

-- 
Eduard Wiebe





  reply	other threads:[~2011-09-03 17:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-30 19:31 bug#9409: 24.0.50; log-view-msg-prev, easy-mmode Eduard Wiebe
2011-09-03  0:37 ` Glenn Morris
2011-09-03 17:41   ` Eduard Wiebe [this message]
2011-09-07  0:40     ` Glenn Morris
2011-09-07 12:39       ` Stefan Monnier
2011-09-13 19:38         ` Eduard Wiebe
2011-09-13 21:02           ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zkilfrrg.fsf@pusto.de \
    --to=usenet@pusto.de \
    --cc=9409@debbugs.gnu.org \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).