GNU bug report logs - #23509
24.4; initial-buffer-choice bug with zero-argument lambda

Previous Next

Package: emacs;

Reported by: "Alfonsogonzalez, Ernesto (GE Digital)" <ernesto.alfonsogonzalez <at> ge.com>

Date: Tue, 10 May 2016 19:16:01 UTC

Severity: normal

Tags: notabug

Found in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 23509 <at> debbugs.gnu.org (full text, mbox):

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: "Alfonsogonzalez\, Ernesto \(GE Digital\)" <ernesto.alfonsogonzalez <at> ge.com>
Cc: 23509 <at> debbugs.gnu.org
Subject: Re: bug#23509: 24.4;
 initial-buffer-choice bug with zero-argument lambda
Date: Tue, 10 May 2016 22:12:44 +0200
"Alfonsogonzalez, Ernesto (GE Digital)" <ernesto.alfonsogonzalez <at> ge.com>
writes:

> (setq initial-buffer-choice
>       ;"~/";;works
>       (lambda ()
> 	'(call-interactively 'org-agenda-list)
> 	"*Org Agenda*"
> 	"~/");;doesn't work, opens scratch buffer
>       )

> If the value is nil and `inhibit-startup-screen' is nil, show the
> startup screen.  If the value is a string, switch to a buffer
> visiting the file or directory that the string specifies.  If the
> value is a function, call it with no arguments and switch to the buffer
> that it returns.

Your function doesn't return a buffer.


Michael.




This bug report was last modified 9 years and 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.