all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 16541@debbugs.gnu.org, Suhail Shergill <suhailshergill@gmail.com>,
	Stefan Monnier <monnier@iro.umontreal.ca>
Subject: bug#16541: 23.3; doc-view-open-text should grab place in current doc
Date: Thu, 03 Oct 2019 11:05:03 +0200	[thread overview]
Message-ID: <87lfu29p34.fsf@gnu.org> (raw)
In-Reply-To: <87impbl05d.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 29 Sep 2019 15:09:18 +0200")

Lars Ingebrigtsen <larsi@gnus.org> writes:

>> Suhail is correct.  We could easily make C-c C-t switch to the current
>> page using this patch:
>
> [...]
>
>> -	      (setq default-directory dir)))
>> -	(doc-view-doc->txt txt 'doc-view-open-text)))))
>> +		(setq default-directory dir)
>> +		;; Jump to the current page
>> +		(goto-char (point-min))
>> +		(search-forward "
>>                                  " nil t (1- page))))
>> +	  (doc-view-doc->txt txt 'doc-view-open-text))))))
>>
>>  ;;;;; Toggle between editing and viewing
>>
>> Should I install it?
>
> This makes sense to me, but it was never installed.  Did anybody have
> an objection, or was it just forgotten?

I think it hasn't been too important to anybody so it has just been
forgotten.  Feel free to install it, though.

Bye,
Tassilo





  reply	other threads:[~2019-10-03  9:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-24 20:18 bug#16541: 23.3; doc-view-open-text should grab place in current doc Suhail Shergill
2014-01-24 21:17 ` Stefan Monnier
2014-01-25  2:10   ` Suhail Shergill
2014-01-27 10:25     ` Tassilo Horn
2019-09-29 13:09       ` Lars Ingebrigtsen
2019-10-03  9:05         ` Tassilo Horn [this message]
2019-10-03 14:55           ` Lars Ingebrigtsen
2019-10-03 17:06             ` 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

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

  git send-email \
    --in-reply-to=87lfu29p34.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --cc=16541@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=suhailshergill@gmail.com \
    /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.