all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henrik Enberg <henrik.enberg@telia.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: instance process name
Date: Tue,  6 Sep 2005 17:12:02 +0200 (CEST)	[thread overview]
Message-ID: <20050906151202.804E84064@rocksteady.printf.se> (raw)
In-Reply-To: <959DF48BD1458D4C8DBFDAC8DF80D7F702663CA6@europa.ats.sensis.com> (Jeff.Rancier@Sensis.com)

> From: "Rancier, Jeff" <Jeff.Rancier@Sensis.com>
> Date: Tue, 6 Sep 2005 10:44:39 -0400 
> 
> The actual name from the process table, specifically, I want to
> differentiate between 'xemacs' vs. 'emacs'.  Thanks.

(if (featurep 'xemacs)
    (message "it's XEmacs")
  (message "it's Emacs"))

  reply	other threads:[~2005-09-06 15:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-06 14:44 instance process name Rancier, Jeff
2005-09-06 15:12 ` Henrik Enberg [this message]
2005-09-06 20:49 ` Kevin Rodgers
     [not found] <mailman.5806.1125689370.20277.help-gnu-emacs@gnu.org>
2005-09-05 18:17 ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2005-09-02 18:55 Rancier, Jeff
2005-09-02 17:46 Rancier, Jeff
2005-09-02 18:15 ` Kevin Rodgers
2005-09-03 10:39 ` Eli Zaretskii

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=20050906151202.804E84064@rocksteady.printf.se \
    --to=henrik.enberg@telia.com \
    --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.