From: Glenn Morris <rgm@gnu.org>
To: tromey@redhat.com
Cc: schwab@suse.de, cyd@stupidchicken.com, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: cvs emacs and (system-name)
Date: Thu, 19 Apr 2007 01:00:11 -0400 [thread overview]
Message-ID: <5qejmhhsbo.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <m3hcrd1hvm.fsf@localhost.localdomain> (Tom Tromey's message of "18 Apr 2007 15:40:13 -0600")
Tom Tromey wrote:
> I don't really have a domain I would put my machine in, and I think
> a reasonable number of people may fall into this category. Emacs
> picking "localhost.localdomain" over the actual name of my machine
> still seems a bit odd.
At the moment, we prefer any name with a "." in. We could skip
"localhost.localdomain":
*** sysdep.c 21 Jan 2007 04:18:15 -0000 1.278
--- sysdep.c 19 Apr 2007 05:00:41 -0000
***************
*** 2433,2439 ****
/* We still don't have a fully qualified domain name.
Try to find one in the list of alternate names */
char **alias = hp->h_aliases;
! while (*alias && !index (*alias, '.'))
alias++;
if (*alias)
fqdn = *alias;
--- 2433,2440 ----
/* We still don't have a fully qualified domain name.
Try to find one in the list of alternate names */
char **alias = hp->h_aliases;
! while (*alias && ( !index (*alias, '.') ||
! !strcmp (*alias, "localhost.localdomain" ) ) )
alias++;
if (*alias)
fqdn = *alias;
next prev parent reply other threads:[~2007-04-19 5:00 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-17 18:31 cvs emacs and (system-name) Tom Tromey
2007-04-17 19:05 ` Andreas Schwab
2007-04-17 18:50 ` Tom Tromey
2007-04-17 19:45 ` Chong Yidong
2007-04-17 19:30 ` Tom Tromey
2007-04-18 14:55 ` Richard Stallman
2007-04-18 17:17 ` Glenn Morris
2007-04-18 21:40 ` Tom Tromey
2007-04-19 5:00 ` Glenn Morris [this message]
2007-04-19 16:14 ` Stefan Monnier
2007-04-19 18:25 ` Tom Tromey
2007-04-19 18:48 ` Chong Yidong
2007-04-19 21:25 ` Stefan Monnier
2007-04-19 21:23 ` Stefan Monnier
2007-04-19 21:30 ` Chong Yidong
2007-04-19 21:31 ` Glenn Morris
2007-04-20 14:52 ` Richard Stallman
2007-04-20 21:39 ` Chong Yidong
2007-04-19 23:17 ` Richard Stallman
2007-04-20 1:27 ` Glenn Morris
2007-04-19 13:42 ` Richard Stallman
2007-04-19 17:05 ` Glenn Morris
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5qejmhhsbo.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
--cc=rms@gnu.org \
--cc=schwab@suse.de \
--cc=tromey@redhat.com \
/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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).