emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* void-function remember-buffer
@ 2007-11-01 16:09 Leo
  2007-11-01 16:17 ` Leo
  0 siblings, 1 reply; 7+ messages in thread
From: Leo @ 2007-11-01 16:09 UTC (permalink / raw)
  To: emacs-orgmode

Hi there,

I am getting an error in latest Emacs CVS as follows. Does anyone have a
fix?

Debugger entered--Lisp error: (void-function remember-buffer)
  remember-buffer()
  funcall(remember-buffer)
  (let ((org-note-abort t)) (funcall org-finish-function))
  (if (not org-finish-function) (call-interactively (quote show-branches)) (let (...) (funcall org-finish-function)))
  org-kill-note-or-show-branches()
  call-interactively(org-kill-note-or-show-branches)

Thanks,
-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

       Use the most powerful email client -- http://gnus.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: void-function remember-buffer
  2007-11-01 16:09 void-function remember-buffer Leo
@ 2007-11-01 16:17 ` Leo
  2007-11-01 17:31   ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Leo @ 2007-11-01 16:17 UTC (permalink / raw)
  To: emacs-orgmode

On 2007-11-01 16:09 +0000, Leo wrote:
> Hi there,
>
> I am getting an error in latest Emacs CVS as follows. Does anyone have a
> fix?
>
> Debugger entered--Lisp error: (void-function remember-buffer)
>   remember-buffer()
>   funcall(remember-buffer)
>   (let ((org-note-abort t)) (funcall org-finish-function))
>   (if (not org-finish-function) (call-interactively (quote show-branches)) (let (...) (funcall org-finish-function)))
>   org-kill-note-or-show-branches()
>   call-interactively(org-kill-note-or-show-branches)
>
> Thanks,

Apparently, remember.el bundled with Emacs CVS has been changed. And the
function 'remember-buffer' is no more.

-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

       Use the most powerful email client -- http://gnus.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: void-function remember-buffer
  2007-11-01 17:31   ` Bastien
@ 2007-11-01 16:46     ` Leo
  2007-11-02  3:43       ` Michael Olson
  0 siblings, 1 reply; 7+ messages in thread
From: Leo @ 2007-11-01 16:46 UTC (permalink / raw)
  To: emacs-orgmode


Hi Bastien,

On 2007-11-01 17:31 +0000, Bastien wrote:
> Leo <sdl.web@gmail.com> writes:
>
>>> Debugger entered--Lisp error: (void-function remember-buffer)
>>>   remember-buffer()
>>>   funcall(remember-buffer)
>>>   (let ((org-note-abort t)) (funcall org-finish-function))
>>>   (if (not org-finish-function) (call-interactively (quote show-branches)) (let (...) (funcall org-finish-function)))
>>>   org-kill-note-or-show-branches()
>>>   call-interactively(org-kill-note-or-show-branches)
>>>
>>> Thanks,
>>
>> Apparently, remember.el bundled with Emacs CVS has been changed. And
>> the function 'remember-buffer' is no more.
>
> Did you explicitely required the remember.el package somewhere in your
> configuration?  I think Emacs maintainers plan to remove some autoloads
> in remember.el, not the function themselves...

No. But I check through remember.el in Emacs and there is no function
'remember-buffer' which org.el in Emacs explicitly used.

I think fixes are needed to make org.el work with remember.el in Emacs.

-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

       Use the most powerful email client -- http://gnus.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: void-function remember-buffer
  2007-11-01 16:17 ` Leo
@ 2007-11-01 17:31   ` Bastien
  2007-11-01 16:46     ` Leo
  0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2007-11-01 17:31 UTC (permalink / raw)
  To: emacs-orgmode

Leo <sdl.web@gmail.com> writes:

>> Debugger entered--Lisp error: (void-function remember-buffer)
>>   remember-buffer()
>>   funcall(remember-buffer)
>>   (let ((org-note-abort t)) (funcall org-finish-function))
>>   (if (not org-finish-function) (call-interactively (quote show-branches)) (let (...) (funcall org-finish-function)))
>>   org-kill-note-or-show-branches()
>>   call-interactively(org-kill-note-or-show-branches)
>>
>> Thanks,
>
> Apparently, remember.el bundled with Emacs CVS has been changed. And
> the function 'remember-buffer' is no more.

Did you explicitely required the remember.el package somewhere in your
configuration?  I think Emacs maintainers plan to remove some autoloads
in remember.el, not the function themselves...

-- 
Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: void-function remember-buffer
  2007-11-01 16:46     ` Leo
@ 2007-11-02  3:43       ` Michael Olson
  2007-11-02  9:55         ` Leo
  2007-11-02 14:35         ` Bastien
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Olson @ 2007-11-02  3:43 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1133 bytes --]

Leo <sdl.web@gmail.com> writes:

> Hi Bastien,
>
> On 2007-11-01 17:31 +0000, Bastien wrote:
>> Leo <sdl.web@gmail.com> writes:
>>
>>> Apparently, remember.el bundled with Emacs CVS has been changed. And
>>> the function 'remember-buffer' is no more.
>>
>> Did you explicitely required the remember.el package somewhere in
>> your configuration?  I think Emacs maintainers plan to remove some
>> autoloads in remember.el, not the function themselves...
>
> No. But I check through remember.el in Emacs and there is no function
> 'remember-buffer' which org.el in Emacs explicitly used.
>
> I think fixes are needed to make org.el work with remember.el in Emacs.

I didn't realize that other modes were using remember-buffer when I
renamed it to remember-finalize.  I've added an alias for
remember-buffer to upstream Emacs so that things work again.

-- 
       Michael Olson -- FSF Associate Member #652     |
 http://mwolson.org/ -- Jabber: mwolson_at_hcoop.net  |  /` |\ | | |
            Sysadmin -- Hobbies: Lisp, GP2X, HCoop    | |_] | \| |_|
Projects: Emacs, Muse, ERC, EMMS, ErBot, DVC, Planner |

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: void-function remember-buffer
  2007-11-02  3:43       ` Michael Olson
@ 2007-11-02  9:55         ` Leo
  2007-11-02 14:35         ` Bastien
  1 sibling, 0 replies; 7+ messages in thread
From: Leo @ 2007-11-02  9:55 UTC (permalink / raw)
  To: Michael Olson; +Cc: emacs-orgmode

On 2007-11-02 03:43 +0000, Michael Olson wrote:
> Leo <sdl.web@gmail.com> writes:
>
>> Hi Bastien,
>>
>> On 2007-11-01 17:31 +0000, Bastien wrote:
>>> Leo <sdl.web@gmail.com> writes:
>>>
>>>> Apparently, remember.el bundled with Emacs CVS has been changed. And
>>>> the function 'remember-buffer' is no more.
>>>
>>> Did you explicitely required the remember.el package somewhere in
>>> your configuration?  I think Emacs maintainers plan to remove some
>>> autoloads in remember.el, not the function themselves...
>>
>> No. But I check through remember.el in Emacs and there is no function
>> 'remember-buffer' which org.el in Emacs explicitly used.
>>
>> I think fixes are needed to make org.el work with remember.el in Emacs.
>
> I didn't realize that other modes were using remember-buffer when I
> renamed it to remember-finalize.  I've added an alias for
> remember-buffer to upstream Emacs so that things work again.

BTW, Bastien has already posted a fix to org.el in emacs-devel:

Message-ID: <877il11znt.fsf@bzg.ath.cx> or
http://permalink.gmane.org/gmane.emacs.devel/82311

-- 
.:  Leo  :.  [ sdl.web AT gmail.com ]  .:  [ GPG Key: 9283AA3F ]  :.

       Use the most powerful email client -- http://gnus.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: void-function remember-buffer
  2007-11-02  3:43       ` Michael Olson
  2007-11-02  9:55         ` Leo
@ 2007-11-02 14:35         ` Bastien
  1 sibling, 0 replies; 7+ messages in thread
From: Bastien @ 2007-11-02 14:35 UTC (permalink / raw)
  To: emacs-orgmode

Michael Olson <mwolson@gnu.org> writes:

>> I think fixes are needed to make org.el work with remember.el in Emacs.
>
> I didn't realize that other modes were using remember-buffer when I
> renamed it to remember-finalize.  I've added an alias for
> remember-buffer to upstream Emacs so that things work again.

Thanks!  See my message on emacs-devel for conditions under which we can
remove this alias.  FWIW.

-- 
Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-11-02 13:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-01 16:09 void-function remember-buffer Leo
2007-11-01 16:17 ` Leo
2007-11-01 17:31   ` Bastien
2007-11-01 16:46     ` Leo
2007-11-02  3:43       ` Michael Olson
2007-11-02  9:55         ` Leo
2007-11-02 14:35         ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).