help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Generating a listing of all symbols (16K+) and labeling subsets


From: Drew Adams
Subject: RE: Generating a listing of all symbols (16K+) and labeling subsets
Date: Wed, 23 Apr 2014 08:07:33 -0700 (PDT)

> If you have icicle-mode, apparently, list-hh-symbols fails:
> "Symbol's function definition is void: cycle-icicle-image-file-thumbnail".

This was a bug - a copy+paste typo.  This was the code:

(defalias 'cycle-icicle-image-file-thumbnail
          'icicle-toggle-show-image-file-thumbnail)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(defun icicle-cycle-image-file-thumbnail ...)

The part underlined ^^^ should be icicle-cycle-image-file-thumbnail.
Fixed now.

So in addition to whatever help Hans's exercise has provided him
and others wrt learning Emacs, this thread has at least had the
added benefit of reporting this Icicles bug. ;-)  Thx.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]