ericradt wrote:
hi
i am set 'emacs.geometry:69x31'
in .Xresources for emacs
when i open some file
some word more a row
so that i can't see some word in one row
thank you
I'm not sure that I understand your question, but it sounds like you're
having trouble with the size of emacs when it opens. I don't have a
.Xresources file on my Sarge system, but use .emacs in my home directory
to customize my emacs for work.
Here is the related section from my .emacs file that might help:
;; Customize the size of the emacs window
(set-frame-height (selected-frame) 70)
(set-frame-width (selected-frame) 170)
Hope this helps,
Clint
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]