From: David Kastrup <dak@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: isearch for doc-view.el
Date: Mon, 05 Nov 2007 13:43:53 +0100 [thread overview]
Message-ID: <86k5owlv5i.fsf@lola.quinscape.zz> (raw)
In-Reply-To: <87sl3koq9k.fsf_-_@baldur.tsdh.de> (Tassilo Horn's message of "Mon\, 05 Nov 2007 13\:01\:11 +0100")
Tassilo Horn <tassilo@member.fsf.org> writes:
> Here's my patch. It's just a simple start, but doc-view-search-forward
> seems to work correctly.
>
> Index: lisp/doc-view.el
> ===================================================================
> RCS file: /sources/emacs/emacs/lisp/doc-view.el,v
> retrieving revision 1.18
> diff -u -r1.18 doc-view.el
> --- lisp/doc-view.el 1 Nov 2007 03:53:32 -0000 1.18
> +++ lisp/doc-view.el 5 Nov 2007 11:41:33 -0000
[...]
> ;; Searching
> - (define-key map (kbd "C-s") 'doc-view-search)
> - (define-key map (kbd "<find>") 'doc-view-search)
> - (define-key map (kbd "C-S-n") 'doc-view-search-next-match)
> - (define-key map (kbd "C-S-p") 'doc-view-search-previous-match)
> + (define-key map (kbd "C-s") 'isearch-forward)
> + (define-key map (kbd "<find>") 'isearch-forward)
> + (define-key map (kbd "C-r") 'isearch-backward)
Is a definition even necessary? Can't you just inherit the normal
bindings?
--
David Kastrup
next prev parent reply other threads:[~2007-11-05 12:43 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-30 18:50 doc-view cache file permissions Glenn Morris
2007-10-30 20:11 ` Stefan Monnier
2007-10-30 20:57 ` Glenn Morris
2007-10-30 21:56 ` Stefan Monnier
2007-10-31 7:22 ` Tassilo Horn
2007-10-31 7:56 ` Tassilo Horn
2007-10-31 15:10 ` Stefan Monnier
2007-10-31 17:46 ` Tassilo Horn
2007-10-31 18:21 ` Stefan Monnier
2007-10-31 19:44 ` Tassilo Horn
2007-10-31 20:41 ` Stefan Monnier
2007-11-02 20:44 ` Juri Linkov
2007-11-02 23:53 ` Tassilo Horn
2007-11-03 14:07 ` Stefan Monnier
2007-11-03 19:20 ` Tassilo Horn
2007-11-05 12:01 ` isearch for doc-view.el (was: doc-view cache file permissions) Tassilo Horn
2007-11-05 12:43 ` David Kastrup [this message]
2007-11-05 13:19 ` isearch for doc-view.el Tassilo Horn
2007-11-05 15:14 ` Stefan Monnier
2007-11-05 16:42 ` CEDET/senator kill the buffer-local value of isearch-search-fun-function (was: isearch for doc-view.el) Tassilo Horn
2007-11-05 21:01 ` isearch for doc-view.el Tassilo Horn
2007-11-05 21:20 ` Stefan Monnier
2007-11-05 21:51 ` Tassilo Horn
2007-11-06 0:44 ` Juri Linkov
2007-11-06 8:25 ` Tassilo Horn
2007-11-06 22:29 ` Juri Linkov
2007-11-07 8:41 ` Tassilo Horn
2007-11-10 21:57 ` Juri Linkov
2007-11-06 8:34 ` Tassilo Horn
2007-10-30 22:14 ` doc-view cache file permissions Reiner Steib
2007-10-31 0:52 ` Stefan Monnier
2007-10-30 20:34 ` Tassilo Horn
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=86k5owlv5i.fsf@lola.quinscape.zz \
--to=dak@gnu.org \
--cc=emacs-devel@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).