all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to force the buffer list to open in same frame?
@ 2008-07-04  0:22 jmborr
  2008-07-04 10:30 ` henry atting
  0 siblings, 1 reply; 7+ messages in thread
From: jmborr @ 2008-07-04  0:22 UTC (permalink / raw)
  To: help-gnu-emacs

Dear Emacs wizards,
Firs I'll say I am quite ignorant to Lisp programming. I wonder if
anybody has a piece of code that I can insert in my .emacs file to
force the buffer-list to show up in the current frame when I invoke it
with the C-x C-b.
Currently, the frame splits and the buffer-list shows up in the other
frame :(
-Jose


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

* Re: how to force the buffer list to open in same frame?
  2008-07-04  0:22 how to force the buffer list to open in same frame? jmborr
@ 2008-07-04 10:30 ` henry atting
  2008-07-04 21:34   ` jmborr
  0 siblings, 1 reply; 7+ messages in thread
From: henry atting @ 2008-07-04 10:30 UTC (permalink / raw)
  To: help-gnu-emacs

jmborr wrote:

> Dear Emacs wizards,
> Firs I'll say I am quite ignorant to Lisp programming. I wonder if
> anybody has a piece of code that I can insert in my .emacs file to
> force the buffer-list to show up in the current frame when I invoke it
> with the C-x C-b.


You can customize this via the variable `same-buffer-window-names'.

henry


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

* Re: how to force the buffer list to open in same frame?
  2008-07-04 10:30 ` henry atting
@ 2008-07-04 21:34   ` jmborr
  2008-07-04 22:01     ` Peter Dyballa
       [not found]     ` <mailman.14226.1215208918.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: jmborr @ 2008-07-04 21:34 UTC (permalink / raw)
  To: help-gnu-emacs

OK. What is the correct Lisp sintax in order to include `buffer-list'
in `same-buffer-windows-names' list ? My current .emacs file does not
contain the `same-buffer-windows-names' entry, and I couldn't find
a .emacs template in the web.
-Jose

On Jul 4, 6:30 am, henry atting <nos...@literaturlatenight.de> wrote:
> jmborr wrote:
> > Dear Emacs wizards,
> > Firs I'll say I am quite ignorant to Lisp programming. I wonder if
> > anybody has a piece of code that I can insert in my .emacs file to
> > force the buffer-list to show up in the current frame when I invoke it
> > with the C-x C-b.
>
> You can customize this via the variable `same-buffer-window-names'.
>
> henry



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

* Re: how to force the buffer list to open in same frame?
  2008-07-04 21:34   ` jmborr
@ 2008-07-04 22:01     ` Peter Dyballa
       [not found]     ` <mailman.14226.1215208918.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2008-07-04 22:01 UTC (permalink / raw)
  To: jmborr; +Cc: help-gnu-emacs


Am 04.07.2008 um 23:34 schrieb jmborr:

> OK. What is the correct Lisp sintax in order to include `buffer-list'
> in `same-buffer-windows-names' list ? My current .emacs file does not
> contain the `same-buffer-windows-names' entry, and I couldn't find
> a .emacs template in the web.


It's  same-window-buffer-names  and it should offer customisation.

--
Greetings

   Pete

America believes in education: the average professor earns more money  
in a year than a professional athlete earns in a whole week.
				– Evan Esar








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

* Re: how to force the buffer list to open in same frame?
       [not found]     ` <mailman.14226.1215208918.18990.help-gnu-emacs@gnu.org>
@ 2008-07-05  3:43       ` jmborr
  2008-07-05  5:17         ` Bernardo Bacic
       [not found]         ` <mailman.14240.1215235158.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 7+ messages in thread
From: jmborr @ 2008-07-05  3:43 UTC (permalink / raw)
  To: help-gnu-emacs

Yes, emacs offers a customization menu for same-buffer-windows-names.
I entered "buffer-list" in the text field and tried to "save for
future sessions". However, I got the message "Symbol's value as
variable is void: buffer-list". What am I doing wrong?

Peter Dyballa wrote:
> Am 04.07.2008 um 23:34 schrieb jmborr:
>
> > OK. What is the correct Lisp sintax in order to include `buffer-list'
> > in `same-buffer-windows-names' list ? My current .emacs file does not
> > contain the `same-buffer-windows-names' entry, and I couldn't find
> > a .emacs template in the web.
>
>
> It's  same-window-buffer-names  and it should offer customisation.
>
> --
> Greetings
>
>    Pete
>
> America believes in education: the average professor earns more money
> in a year than a professional athlete earns in a whole week.
> 				� Evan Esar


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

* Re: how to force the buffer list to open in same frame?
  2008-07-05  3:43       ` jmborr
@ 2008-07-05  5:17         ` Bernardo Bacic
       [not found]         ` <mailman.14240.1215235158.18990.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Bernardo Bacic @ 2008-07-05  5:17 UTC (permalink / raw)
  To: help-gnu-emacs

it was a dark and stormy night when jmborr said, On 07/05/2008 01:43 PM:
> Yes, emacs offers a customization menu for same-buffer-windows-names.
> I entered "buffer-list" in the text field and tried to "save for
> future sessions". However, I got the message "Symbol's value as
> variable is void: buffer-list". What am I doing wrong?
> 

(add-to-list 'same-window-buffer-names "*Buffer List*")




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

* Re: how to force the buffer list to open in same frame?
       [not found]         ` <mailman.14240.1215235158.18990.help-gnu-emacs@gnu.org>
@ 2008-07-05 15:38           ` jmborr
  0 siblings, 0 replies; 7+ messages in thread
From: jmborr @ 2008-07-05 15:38 UTC (permalink / raw)
  To: help-gnu-emacs

Thanks, Bernardo, that was the 'holy-grail-line' I was "*looking
for*".
Now that I know a micron of Lisp it doesn't look as the language with
the most horrible syntax I've ever seen before :)
-Jose

On Jul 5, 1:17 am, Bernardo Bacic <bernardo.ba...@pobox.com> wrote:
> it was a dark and stormy night when jmborr said, On 07/05/2008 01:43 PM:
>
> > Yes, emacs offers a customization menu for same-buffer-windows-names.
> > I entered "buffer-list" in the text field and tried to "save for
> > future sessions". However, I got the message "Symbol's value as
> > variable is void: buffer-list". What am I doing wrong?
>
> (add-to-list 'same-window-buffer-names "*Buffer List*")



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

end of thread, other threads:[~2008-07-05 15:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04  0:22 how to force the buffer list to open in same frame? jmborr
2008-07-04 10:30 ` henry atting
2008-07-04 21:34   ` jmborr
2008-07-04 22:01     ` Peter Dyballa
     [not found]     ` <mailman.14226.1215208918.18990.help-gnu-emacs@gnu.org>
2008-07-05  3:43       ` jmborr
2008-07-05  5:17         ` Bernardo Bacic
     [not found]         ` <mailman.14240.1215235158.18990.help-gnu-emacs@gnu.org>
2008-07-05 15:38           ` jmborr

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.