* Remove grey vertical borders on edges of Emacs screen
@ 2013-10-13 14:55 aidy lewis
2013-10-13 17:56 ` Drew Adams
0 siblings, 1 reply; 4+ messages in thread
From: aidy lewis @ 2013-10-13 14:55 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
I am using Emacs for Mac OSX. I have configured the .emacs file to present
a full screen without a scroll or tool bar.
(tool-bar-mode -1)
(set-frame-parameter nil 'fullscreen 'fullboth)
(scroll-bar-mode -1)
However, I have two thin grey vertical borders that appear on the edge of
the Emacs screen. Could anyone please tell me a function that will remove
these?
Thanks
Aidy
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Remove grey vertical borders on edges of Emacs screen
2013-10-13 14:55 aidy lewis
@ 2013-10-13 17:56 ` Drew Adams
0 siblings, 0 replies; 4+ messages in thread
From: Drew Adams @ 2013-10-13 17:56 UTC (permalink / raw)
To: aidy lewis, help-gnu-emacs
> However, I have two thin grey vertical borders that appear on the
> edge of the Emacs screen. Could anyone please tell me a function
> that will remove these?
See (emacs) `Window Fringes'.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Remove grey vertical borders on edges of Emacs screen
[not found] <mailman.3934.1381686644.10748.help-gnu-emacs@gnu.org>
@ 2013-10-13 19:28 ` Emanuel Berg
2013-10-13 19:32 ` Emanuel Berg
0 siblings, 1 reply; 4+ messages in thread
From: Emanuel Berg @ 2013-10-13 19:28 UTC (permalink / raw)
To: help-gnu-emacs
aidy lewis <aidy.lewis@gmail.com> writes:
> However, I have two thin grey vertical borders that
> appear on the edge of the Emacs screen. Could anyone
> please tell me a function that will remove these?
I had that disabled somehow, but I removed that piece of
code because it only matters in X. Reading the help,
though, try
(set-window-fringes nil 0 0)
--
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united: http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Remove grey vertical borders on edges of Emacs screen
2013-10-13 19:28 ` Remove grey vertical borders on edges of Emacs screen Emanuel Berg
@ 2013-10-13 19:32 ` Emanuel Berg
0 siblings, 0 replies; 4+ messages in thread
From: Emanuel Berg @ 2013-10-13 19:32 UTC (permalink / raw)
To: help-gnu-emacs
Emanuel Berg <embe8573@student.uu.se> writes:
>> However, I have two thin grey vertical borders that
>> appear on the edge of the Emacs screen. Could anyone
>> please tell me a function that will remove these?
>
> I had that disabled somehow, but I removed that piece of
> code because it only matters in X. Reading the help,
> though, try
>
> (set-window-fringes nil 0 0)
Yes, that works in X. nil is not "disable", it is the
current window, the 0's are the left and right fringe
width, respectively.
--
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united: http://user.it.uu.se/~embe8573
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-13 19:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.3934.1381686644.10748.help-gnu-emacs@gnu.org>
2013-10-13 19:28 ` Remove grey vertical borders on edges of Emacs screen Emanuel Berg
2013-10-13 19:32 ` Emanuel Berg
2013-10-13 14:55 aidy lewis
2013-10-13 17:56 ` Drew Adams
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).