unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Nordlöw <per.nordlow@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Relating Symbols
Date: Mon, 30 Nov 2009 01:28:22 -0800 (PST)	[thread overview]
Message-ID: <e40b6ec3-34bb-4b83-a691-14bf1efc697f@s31g2000yqs.googlegroups.com> (raw)

Every time I discover an obscurely named elisp function solving a
common problem I'm looking for I always add an alias (defalias)
connecting personal keywords I had in mind when search for the
function, variable, face etc with the symbol that does the job.

Once in a while I also find existing functions that I somehow want to
relate so I have a package which contains lots of dual put-calls like:

(put 'trace-function :related 'debug-on-entry)
(put 'debug-on-entry :related 'trace-function)

I know would like to this information to be displayed (at the end
preferrably) when I do describe-... on that symbol. Any tips on
realizing this using hooks or advices to the help functions?

Thanks in advance,
Nordlöw


             reply	other threads:[~2009-11-30  9:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30  9:28 Nordlöw [this message]
2009-11-30 11:35 ` Relating Symbols Juanma Barranquero
2009-11-30 11:57 ` Pascal J. Bourguignon
2009-11-30 14:25   ` harven
2009-11-30 14:47     ` Renaud Casenave-Péré
     [not found]     ` <mailman.11844.1259592486.2239.help-gnu-emacs@gnu.org>
2009-11-30 15:14       ` harven
2009-11-30 19:06     ` Pascal J. Bourguignon
2009-11-30 21:45     ` Tim X

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=e40b6ec3-34bb-4b83-a691-14bf1efc697f@s31g2000yqs.googlegroups.com \
    --to=per.nordlow@gmail.com \
    --cc=help-gnu-emacs@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.
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).