help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to edit+compile+debug without leaving GNU/Emacs


From: Peter Dyballa
Subject: Re: how to edit+compile+debug without leaving GNU/Emacs
Date: Sat, 18 Feb 2006 20:36:21 +0100


Am 18.02.2006 um 08:05 schrieb venk:

At my work place, policies say sources are to be edited on one
machine(say edit.machine.com) and cimpilation is to be done on another
machine(say build.machine.com) and test run or debug on another machine
(debug.machine.com).

I usually launch on each of these specialists a GNU Emacs to display on my workstation. Creating on each of them a .emacs files that specifies different fonts and colours (a suite of colours, including prompts and more) for every instance of GNU Emacs running makes working with them very safe.

        (setq initial-frame-alist '(
          (border-color     . "#4e3832")
          (foreground-color . "grey10")
          (background-color . "PaleTurquoise1")
;         (background-color . "honeydew")
;         (background-color . "AliceBlue")
;         (background-color . "ghost white")
;         (background-color . "antiquewhite1")
;         (background-color . "ivory")
          (font . "fontset-10pt_lucidatypewriter")
          (top . 5) (left . 500) (width . 106) (height . 50))
        )
        (setq default-frame-alist '(
          (background-color     . "LightCyan1")
;         (background-color     . "ivory")
;         (background-color     . "ghost white")
          (cursor-color         . "purple")
          (cursor-type          . box)
          (foreground-color     . "grey10")
          (vertical-scroll-bars . left)
          (active-alpha         . 0.875)
          (inactive-alpha       . 0.75)
          (font . "fontset-11pt_adobe_courier")
          (top . 25) (left . 50) (width . 89) (height . 50))


--
Greetings

  Pete


"Evolution"            o           __o                     _o _
          °\___o      /0~         -\<,              ^\___ /=\\_/-%
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____
""






reply via email to

[Prev in Thread] Current Thread [Next in Thread]