all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to edit+compile+debug without leaving GNU/Emacs
Date: Sat, 18 Feb 2006 20:36:21 +0100	[thread overview]
Message-ID: <71A2565B-8FB1-4F66-A3C9-A5A489068805@Web.DE> (raw)
In-Reply-To: <1140246333.821824.80470@o13g2000cwo.googlegroups.com>


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	other threads:[~2006-02-18 19:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-18  7:05 how to edit+compile+debug without leaving GNU/Emacs venk
2006-02-18 19:36 ` Peter Dyballa [this message]
     [not found] ` <mailman.675.1140291391.2856.help-gnu-emacs@gnu.org>
2006-02-20  8:28   ` venk
2006-02-20 10:50     ` Peter Dyballa
2006-02-20 12:48       ` Venkatesh Pitta
2006-02-20 11:30     ` N. Raghavendra
2006-02-22  4:35       ` venk
2006-02-20 19:09 ` Colin S. Miller
2006-02-22  4:41   ` venk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=71A2565B-8FB1-4F66-A3C9-A5A489068805@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.