[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Search]
Re: voicified gnus
- To: emacspeak@xxxxxxxxxxx
- Subject: Re: voicified gnus
- From: "Robert D. Crawford" <rdc1x@xxxxxxxxxxx>
- Date: Tue, 28 Feb 2006 20:58:58 -0600
- Delivered-To: priestdo@xxxxxxxxxxx
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-Reply-To: <87d5h7nngl.fsf@xxxxxxxxxxx> (Robert D. Crawford's messageof "Tue, 28 Feb 2006 16:11:06 -0600")
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <rdc1x@xxxxxxxxxxx>
- Resent-Date: Tue, 28 Feb 2006 21:59:02 -0500 (EST)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <Xl75bB.A.5EB.23QBEB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
- User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)
I just realized that I left out one _very_ important step. The new file
must be byte-compiled. I have a function in my .emacs file that does it
automagically so I forget that it has to be done.
The command
byte-compile-file
will do the job.
For those that are curious, the function that will do it with every save
in lisp-mode is:
;; begin code
(add-hook 'emacs-lisp-mode-hook
'(lambda ()
(make-local-hook 'after-save-hook)
(add-hook 'after-save-hook
'(lambda ()
(byte-compile-file buffer-file-name)
) nil t)
))
;; end code
But,as has been mentioned before, if you are using gnus, you are
probably advanced enough that you did not have to be told.
rdc
--
--------------------------------------------------------------------------
Robert D. Crawford rdc1x@xxxxxxxxxxx
O, what a tangled web we weave, When first we practice to deceive.
-- Sir Walter Scott, "Marmion"
--------------------------------------------------------------------------
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"
Emacspeak Files |
Subscribe |
Unsubscribe | Search