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

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

Re: Can we add a function which is used to returned immediately within a


From: Yiyi Hu
Subject: Re: Can we add a function which is used to returned immediately within an source file for lib?
Date: Fri, 12 Sep 2008 02:23:01 +0000

It doesn't work when ~/.emacs.elc and ~/.emacs exists, And ~/.emacs is
newer than ~/.emacs.elc,
I'll got error which is a bit like.

An error has occurred while loading `/home/hyy/.emacs.elc':
error: No buffer named  *load*

On Fri, Sep 12, 2008 at 1:27 AM, Thien-Thi Nguyen <ttn@gnuvola.org> wrote:
> () "Yiyi Hu" <yiyihu@gmail.com>
> () Wed, 10 Sep 2008 17:31:07 +0800
>
>   to skip loading the rest of source
>
> You can try:
>
> (defun skip-loading ()
>  (with-current-buffer " *load*"
>    (goto-char (point-max))))
>
> thi
>




reply via email to

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