Package: icicles
Version: 23.0+20110910-2
Severity: wishlist
File: /etc/emacs/site-start.d/50icicles.el
It'd be good if 50icicles.el had autoloads for the user entrypoint
commands in crosshairs.el, col-highlight and vline.el. I believe they
can be used independently of the rest of icicles.
In particular an autoload for vline-mode allows that mode to be restored
by desktop.el.
(autoload 'crosshairs "crosshairs"
"Highlight current position with crosshairs." t)
(autoload 'crosshairs-mode "crosshairs"
"Toggle highlighting the current line and column." t)
(autoload 'crosshairs-toggle-when-idle "crosshairs"
"Toggle highlighting the current line and column when Emacs is idle." t)
(autoload 'crosshairs-flash "crosshairs"
"Highlight the current line and column temporarily." t)
(autoload 'crosshairs-highlight "crosshairs"
"Echo current position and highlight it with crosshairs." t)
(autoload 'column-highlight-mode "col-highlight"
"Toggle highlighting the current column." t)
(autoload 'col-highlight-toggle-when-idle "col-highlight"
"Turn on or off highlighting the current column when Emacs is idle." t)
(autoload 'col-highlight-set-interval "col-highlight"
"Set wait until highlight current column when Emacs is idle." t)
(autoload 'col-highlight-flash "col-highlight"
"Highlight the current column for `col-highlight-period' seconds." t)
(autoload 'vline-mode "vline"
"Display vertical line mode." t)
(autoload 'vline-global-mode "vline"
"Toggle Vline mode in all buffers." t)
-- System Information:
Debian Release: 7.0
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages icicles depends on:
ii emacs22-gtk [emacs22] 22.3+1-1.2
ii emacs23-lucid [emacs23] 23.4+1-4
icicles recommends no packages.
icicles suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]