From: Glenn Morris <rgm@gnu.org>
To: Eduard Wiebe <usenet@pusto.de>
Cc: 9409@debbugs.gnu.org
Subject: bug#9409: 24.0.50; log-view-msg-prev, easy-mmode
Date: Fri, 02 Sep 2011 20:37:08 -0400 [thread overview]
Message-ID: <96bov28nrf.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87aaaqpufk.fsf@pusto.de>
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)
next prev parent reply other threads:[~2011-09-03 0:37 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 [this message]
2011-09-03 17:41 ` Eduard Wiebe
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=96bov28nrf.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=9409@debbugs.gnu.org \
--cc=usenet@pusto.de \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.