all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* make emacs give an accounting of certain things
@ 2003-02-17 22:45 Harry Putnam
  2003-02-18  8:04 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Harry Putnam @ 2003-02-17 22:45 UTC (permalink / raw)



This may sound a little silly or worse yet, be a little silly,
although I think people would find it usefull at times:

I suspect this is already possible, or something close:
I'd like to extract from emacs a list of various things I have set.

For example: I have numererous `skeletons' defined, enough, so that I
forget the ones that fall into disuse for a time. And I have to check
to see what I have defined.  One way is to name them all with certain
prefix like `sk-something', then M-x sk-<spc> will do it with
completion.

But over time one uses all kinds of odd names.

I wondered if there is some way to make emacs be the accountant
instead of me?

Some command that will show a buffer of all skeletons, or defuns, etc
found in .site-start.el or emacs.  One could quickly use M-x occur to
find those matching regex. 

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

* Re: make emacs give an accounting of certain things
  2003-02-17 22:45 make emacs give an accounting of certain things Harry Putnam
@ 2003-02-18  8:04 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-02-18  8:04 UTC (permalink / raw)


Harry Putnam <hgp@sbcglobal.net> writes:

> Some command that will show a buffer of all skeletons, or defuns, etc
> found in .site-start.el or emacs.  One could quickly use M-x occur to
> find those matching regex. 

C-x C-f ~/.emacs RET M-x imenu RET ?

(The ? is meant literally.)
-- 
A turnip curses Elvis

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

end of thread, other threads:[~2003-02-18  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-17 22:45 make emacs give an accounting of certain things Harry Putnam
2003-02-18  8:04 ` Kai Großjohann

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.