* Getting Emacs to start in fullscreen
@ 2004-07-11 16:23 ismail dönmez
2004-07-11 20:17 ` Misha Polatov
0 siblings, 1 reply; 6+ messages in thread
From: ismail dönmez @ 2004-07-11 16:23 UTC (permalink / raw)
Hi all,
I am using emacs -fs to start emacs in fullscreen but I wonder is
there a config option that I can add in ~/.emacs so when I do start
emacs it will automatically start in fullscreen ?
Cheers,
ismail
--
Time is what you make of it
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Getting Emacs to start in fullscreen
2004-07-11 16:23 Getting Emacs to start in fullscreen ismail dönmez
@ 2004-07-11 20:17 ` Misha Polatov
2004-07-12 4:08 ` ismail dönmez
[not found] ` <mailman.577.1089605507.22971.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: Misha Polatov @ 2004-07-11 20:17 UTC (permalink / raw)
ismail dönmez <ismail.donmez@gmail.com> writes:
> Hi all,
>
> I am using emacs -fs to start emacs in fullscreen but I wonder is
> there a config option that I can add in ~/.emacs so when I do start
> emacs it will automatically start in fullscreen ?
>
> Cheers,
> ismail
>
> --
> Time is what you make of it
(w32-send-sys-command 61488)
--
Misha Polatov
MetaCommunications Engineering
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Getting Emacs to start in fullscreen
2004-07-11 20:17 ` Misha Polatov
@ 2004-07-12 4:08 ` ismail dönmez
[not found] ` <mailman.577.1089605507.22971.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: ismail dönmez @ 2004-07-12 4:08 UTC (permalink / raw)
Cc: help-gnu-emacs
I am on linux. Sorry forgot to say that. I am using Gtk+ gui.
On Sun, 11 Jul 2004 15:17:21 -0500, Misha Polatov
<mpolatov@meta-comm.com> wrote:
>
>
> ismail dönmez <ismail.donmez@gmail.com> writes:
>
> > Hi all,
> >
> > I am using emacs -fs to start emacs in fullscreen but I wonder is
> > there a config option that I can add in ~/.emacs so when I do start
> > emacs it will automatically start in fullscreen ?
> >
> > Cheers,
> > ismail
> >
> > --
> > Time is what you make of it
>
> (w32-send-sys-command 61488)
>
> --
> Misha Polatov
> MetaCommunications Engineering
>
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
--
Time is what you make of it
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Getting Emacs to start in fullscreen
[not found] ` <mailman.577.1089605507.22971.help-gnu-emacs@gnu.org>
@ 2004-07-12 11:52 ` Marco Parrone
2004-07-12 13:05 ` ismail dönmez
0 siblings, 1 reply; 6+ messages in thread
From: Marco Parrone @ 2004-07-12 11:52 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 1204 bytes --]
ismail dönmez on Mon, 12 Jul 2004 07:08:32 +0300 writes:
>> > I am using emacs -fs to start emacs in fullscreen but I wonder is
>> > there a config option that I can add in ~/.emacs so when I do start
>> > emacs it will automatically start in fullscreen ?
>>
>> (w32-send-sys-command 61488)
>
> I am on linux. Sorry forgot to say that. I am using Gtk+ gui.
I can't find the `-fs' option in Emacs 21.3.
However, you can put
xrdb ~/.Xresources
in your ~/.xinitrc
(or the other script you use to start X, anyway the xrdb command may
run before Emacs).
and
emacs*geometry: 80x40+100+0
in your ~.Xresources (change 80x40+100+0 [WIDTHxHEIGHT+XOFF+YOFF] to
what you want).
For more detailed informations see `C-h i d m emacs RET g Resources X'.
My current ~/.Xresources (just containing commented out old
configurations) follows
!!! .Xresources
! emacs*background: black
! emacs*foreground: white
! emacs*geometry: +100+0
! emacs.toolbar: 0
! emacs.menubar: 0
! emacs.scrollbar: 0
! xterm*background: black
! xterm*foreground: red
! xterm*geometry: +530+430
!!!! .Xresources ends here
--
Marco Parrone <marc0@autistici.org> [0x45070AD6]
[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Getting Emacs to start in fullscreen
2004-07-12 11:52 ` Marco Parrone
@ 2004-07-12 13:05 ` ismail dönmez
0 siblings, 0 replies; 6+ messages in thread
From: ismail dönmez @ 2004-07-12 13:05 UTC (permalink / raw)
Cc: help-gnu-emacs
Works! Thank you!
On Mon, 12 Jul 2004 11:52:39 GMT, Marco Parrone <marc0@autistici.org> wrote:
> ismail dönmez on Mon, 12 Jul 2004 07:08:32 +0300 writes:
>
> >> > I am using emacs -fs to start emacs in fullscreen but I wonder is
> >> > there a config option that I can add in ~/.emacs so when I do start
> >> > emacs it will automatically start in fullscreen ?
> >>
> >> (w32-send-sys-command 61488)
> >
> > I am on linux. Sorry forgot to say that. I am using Gtk+ gui.
>
> I can't find the `-fs' option in Emacs 21.3.
>
> However, you can put
>
> xrdb ~/.Xresources
>
> in your ~/.xinitrc
>
> (or the other script you use to start X, anyway the xrdb command may
> run before Emacs).
>
> and
>
> emacs*geometry: 80x40+100+0
>
> in your ~.Xresources (change 80x40+100+0 [WIDTHxHEIGHT+XOFF+YOFF] to
> what you want).
>
> For more detailed informations see `C-h i d m emacs RET g Resources X'.
>
> My current ~/.Xresources (just containing commented out old
> configurations) follows
>
> !!! .Xresources
>
> ! emacs*background: black
> ! emacs*foreground: white
> ! emacs*geometry: +100+0
>
> ! emacs.toolbar: 0
> ! emacs.menubar: 0
> ! emacs.scrollbar: 0
> ! xterm*background: black
> ! xterm*foreground: red
> ! xterm*geometry: +530+430
>
> !!!! .Xresources ends here
>
> --
> Marco Parrone <marc0@autistici.org> [0x45070AD6]
>
>
>
--
Time is what you make of it
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Getting Emacs to start in fullscreen
[not found] <mailman.534.1089563158.22971.help-gnu-emacs@gnu.org>
@ 2004-07-13 3:39 ` Bruce Ingalls
0 siblings, 0 replies; 6+ messages in thread
From: Bruce Ingalls @ 2004-07-13 3:39 UTC (permalink / raw)
ismail dönmez wrote:
> Hi all,
>
> is there a config option that I can add in ~/.emacs so when I do start
> emacs it will automatically start in fullscreen ?
As posted recently in comp.emacs, there's code in EMacro at
<url: http://emacro.sf.net > which maximizes the height of Emacs.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-07-13 3:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-11 16:23 Getting Emacs to start in fullscreen ismail dönmez
2004-07-11 20:17 ` Misha Polatov
2004-07-12 4:08 ` ismail dönmez
[not found] ` <mailman.577.1089605507.22971.help-gnu-emacs@gnu.org>
2004-07-12 11:52 ` Marco Parrone
2004-07-12 13:05 ` ismail dönmez
[not found] <mailman.534.1089563158.22971.help-gnu-emacs@gnu.org>
2004-07-13 3:39 ` Bruce Ingalls
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).