[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#15851: 24.3.50; cperl-mode: autohelp not working
From: |
Glenn Morris |
Subject: |
bug#15851: 24.3.50; cperl-mode: autohelp not working |
Date: |
Mon, 11 Nov 2013 19:58:22 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Jambunathan K wrote:
> 5. Turn autohelp on. M-x cperl-toggle-autohelp
That turns it off, as indicated by the message "Perl help messages will
not be automatically shown now.".
> Wait. Wait. Keep waiting. Nothing happens.
I've never used cperl-mode, but:
C-h f cperl-toggle-autohelp
-> Delay of auto-help controlled by `cperl-lazy-help-time'.
C-h v cperl-lazy-help-time
-> Its value is nil.
*Not-nil (and non-null) means to show lazy help after given idle time.
Seems like a dumb default, but there you go. So
emacs -Q --eval '(setq cperl-lazy-help-time 1)'
seems to work fine.