At 04:55 PM 4/4/00 -0400, you wrote:
>Would it be to much of an imposition for me to ask you to send me your
>.emacs file? I am using JDE (like it) with NTEmacs, but I prefer the look
>and feel of your editor shown in the user manual (syntax highlighting and
>background).
>
Hi Mike,
Below is the section from my .emacs file that sets the L&F.
Paul
(setq default-frame-alist
'((top . 200) (left . 400)
(width . 80) (height . 30)
(cursor-color . "Red")
(foreground-color . "black")
(background-color . "ivory")
(font . "-*-CourierNew-normal-r-*-*-13-97-*-*-c-*-*-ansi-")
(vertical-scroll-bars . right)))
(set-face-background 'modeline "navy")
(set-face-foreground 'modeline "gold")
(setq frame-title-format
'(multiple-frames "%b"
("" invocation-name "@" system-name
": %f")))
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html