all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Henrik Enberg <henrik+news@enberg.org>
Subject: Re: title of frame for GNU Emacs 21.3 under OS X (10.2)
Date: Fri, 06 Sep 2002 21:51:01 +0200	[thread overview]
Message-ID: <87admu3niy.fsf@enberg.org> (raw)
In-Reply-To: 3D78FBDC.8010908@mcw.edu

Rodney Sparapani <rsparapa@mcw.edu> writes:

> I've been trying to change the title of my frame for GNU Emacs 21.3
> under OS X (10.2). The info documentation seems to discuss only X11 and
> Windows, but not Carbon which is how I'm set up (i.e. --without-x
> --with-carbon).  Right now the title is 'Emacs@My-Computer.local'.  I
>   know how to change the "My-Computer" part within OS X, but I'm at a
>   loss to configure the whole title with Emacs itself.

You can change the variable `frame-title-format' to your liking.
`icon-title-format' may also be of interest.

Here's an example that shows "Emacs: /path/to/file.c" if the current
buffer is a real file or "Emacs: buffername" if it's just a buffer.

(setq frame-title-format
      '(:eval (if buffer-file-name
		  "Emacs: %f"
		"Emacs: %b")))

-- 
Booting... /vmemacs.el

      reply	other threads:[~2002-09-06 19:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-06 19:02 title of frame for GNU Emacs 21.3 under OS X (10.2) Rodney Sparapani
2002-09-06 19:51 ` Henrik Enberg [this message]

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=87admu3niy.fsf@enberg.org \
    --to=henrik+news@enberg.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.