all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Vertical lines on sides
@ 2006-07-11 13:40 Count Dracula
  2006-07-11 14:49 ` Pascal Bourguignon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Count Dracula @ 2006-07-11 13:40 UTC (permalink / raw)


Version 21.4 (and maybe some earlier versions) of emacs shows vertical
black lines on the left and right side of the whole emacs frame. Is
there a way of removing these lines?

Thanks,
Levent

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

* Re: Vertical lines on sides
  2006-07-11 13:40 Vertical lines on sides Count Dracula
@ 2006-07-11 14:49 ` Pascal Bourguignon
  2006-07-11 15:18 ` Peter Dyballa
  2006-07-11 17:42 ` Johan Bockgård
  2 siblings, 0 replies; 4+ messages in thread
From: Pascal Bourguignon @ 2006-07-11 14:49 UTC (permalink / raw)


"Count Dracula" <Levent.Kitis@navy.mil> writes:

> Version 21.4 (and maybe some earlier versions) of emacs shows vertical
> black lines on the left and right side of the whole emacs frame. Is
> there a way of removing these lines?

(when (facep 'fringe) (set-face-background 'fringe (p-back palette)))

(defadvice set-background-color (after sbc-fringe last (color-name) activate)
  (when (facep 'fringe) (set-face-background 'fringe color-name)))

You can also customize-variable fringe-mode and set it to "No fringes".

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
You never feed me.
Perhaps I'll sleep on your face.
That will sure show you.

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

* Re: Vertical lines on sides
  2006-07-11 13:40 Vertical lines on sides Count Dracula
  2006-07-11 14:49 ` Pascal Bourguignon
@ 2006-07-11 15:18 ` Peter Dyballa
  2006-07-11 17:42 ` Johan Bockgård
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2006-07-11 15:18 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 11.07.2006 um 15:40 schrieb Count Dracula:

> Version 21.4 (and maybe some earlier versions) of emacs shows vertical
> black lines on the left and right side of the whole emacs frame. Is
> there a way of removing these lines?

They are called ``fringes´´ and their use is documented. Could be a

	(fringe-mode "none")

makes them stay away.

--
Greetings

   Pete

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
      -Benjamin Franklin, Historical Review of Pennsylvania.

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

* Re: Vertical lines on sides
  2006-07-11 13:40 Vertical lines on sides Count Dracula
  2006-07-11 14:49 ` Pascal Bourguignon
  2006-07-11 15:18 ` Peter Dyballa
@ 2006-07-11 17:42 ` Johan Bockgård
  2 siblings, 0 replies; 4+ messages in thread
From: Johan Bockgård @ 2006-07-11 17:42 UTC (permalink / raw)


"Count Dracula" <Levent.Kitis@navy.mil> writes:

> Version 21.4 (and maybe some earlier versions) of emacs shows
> vertical black lines on the left and right side of the whole emacs
> frame. Is there a way of removing these lines?

Only in Emacs 22 (CVS).

-- 
Johan Bockgård

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

end of thread, other threads:[~2006-07-11 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 13:40 Vertical lines on sides Count Dracula
2006-07-11 14:49 ` Pascal Bourguignon
2006-07-11 15:18 ` Peter Dyballa
2006-07-11 17:42 ` Johan Bockgård

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.