all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* updating a buffer
@ 2007-10-17 20:01 Sean Sieger
  2007-10-19 19:26 ` Dieter Wilhelm
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Sieger @ 2007-10-17 20:01 UTC (permalink / raw)
  To: help-gnu-emacs

I move the left margin of a lot of buffers to the right when I am in
fullscreen and I have (left-margin-width 30) bound to f12.

After I do f12 on a buffer I then do C-x b <RET> twice to see that
change effected in said buffer.

Is there a less clumsy way to update a buffer?

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

* Re: updating a buffer
  2007-10-17 20:01 updating a buffer Sean Sieger
@ 2007-10-19 19:26 ` Dieter Wilhelm
  2007-10-19 22:07   ` Sean Sieger
  0 siblings, 1 reply; 3+ messages in thread
From: Dieter Wilhelm @ 2007-10-19 19:26 UTC (permalink / raw)
  To: Sean Sieger; +Cc: help-gnu-emacs

Sean Sieger <sean.sieger@gmail.com> writes:

> I move the left margin of a lot of buffers to the right when I am in
> fullscreen and I have (left-margin-width 30) bound to f12.
>
> After I do f12 on a buffer I then do C-x b <RET> twice to see that
> change effected in said buffer.
>
> Is there a less clumsy way to update a buffer?

please try

  (set-window-margins nil 30)

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany

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

* Re: updating a buffer
  2007-10-19 19:26 ` Dieter Wilhelm
@ 2007-10-19 22:07   ` Sean Sieger
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Sieger @ 2007-10-19 22:07 UTC (permalink / raw)
  To: help-gnu-emacs

Dieter Wilhelm <dieter@duenenhof-wilhelm.de> writes:

    please try

      (set-window-margins nil 30)

Thank you, Dieter; I promptly did some C-h a's and some M-x apropos' and
learned something.

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

end of thread, other threads:[~2007-10-19 22:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-17 20:01 updating a buffer Sean Sieger
2007-10-19 19:26 ` Dieter Wilhelm
2007-10-19 22:07   ` Sean Sieger

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.