all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Relating Symbols
@ 2009-11-30  9:28 Nordlöw
  2009-11-30 11:35 ` Juanma Barranquero
  2009-11-30 11:57 ` Pascal J. Bourguignon
  0 siblings, 2 replies; 8+ messages in thread
From: Nordlöw @ 2009-11-30  9:28 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-11-30 21:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30  9:28 Relating Symbols Nordlöw
2009-11-30 11:35 ` 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

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.