all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: philip-agee@africamel.net
To: 49166@debbugs.gnu.org
Subject: bug#49166: Writing in help-buffer does not show in history
Date: Mon, 21 Jun 2021 23:44:24 +0200 (CEST)	[thread overview]
Message-ID: <ea-mime-60d10838-38d-3f6e66d3@www-7.mailo.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1099 bytes --]

Have written the following function that inserts text in the
help-buffer.

Was curious to see whether the inserted text persist if one uses
the buttons or commands in the Help Buffer that take you
back/forth in the history of visited entries (you can invoke
those commands with 'l' for left ('help-go-back') and 'r' for
right ('help-go-forward')).



It does not show in the history when using ('help-go-back').


Does it make sense to include the text in the history?


--------



(defun brief ()
  "todo docstring"
  (interactive)

  (with-help-window (help-buffer)
    (with-current-buffer (help-buffer)

      (insert "Abbreviated Capabilities\n\n")

      (insert "* orderless minibuffer completion\n")
      (princ "   orderless-enable\n")
      (princ "   orderless-disable\n\n")

      (insert "* ivy minibuffer completion\n")
      (princ "   ivy-enable\n")
      (princ "   ivy-disable\n\n")

      (insert "* Minibuffer Completion Style\n")
      (princ "   complt-style\n")  )) )



[-- Attachment #2: Type: text/html, Size: 1323 bytes --]

             reply	other threads:[~2021-06-21 21:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21 21:44 philip-agee [this message]
2021-06-22  9:34 ` bug#49166: Writing in help-buffer does not show in history Basil L. Contovounesios
2021-06-22 13:30 ` Lars Ingebrigtsen

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=ea-mime-60d10838-38d-3f6e66d3@www-7.mailo.com \
    --to=philip-agee@africamel.net \
    --cc=49166@debbugs.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 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.