all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Emacs-diffsmaster f9acac7: system-name's returned value can vary
       [not found] ` <E1Y5h5k-0005xL-U6@vcs.savannah.gnu.org>
@ 2014-12-29 22:34   ` Glenn Morris
  2014-12-30  4:31     ` Paul Eggert
  2014-12-30 11:53     ` Stephen Leake
  2014-12-30  2:56   ` [Emacs-diffs] master " Stefan Monnier
  1 sibling, 2 replies; 5+ messages in thread
From: Glenn Morris @ 2014-12-29 22:34 UTC (permalink / raw)
  To: emacs-devel; +Cc: Paul Eggert


Until such time as Emacs adopts a single ChangeLog, please could you put
your entries in the correct file, rather than all in the top-level
ChangeLog. TIA.

Paul Eggert wrote:

> +	* etc/NEWS: Document this.
> +	* doc/misc/efaq.texi:
> +	(Displaying the current file name in the titlebar):
> +	* lisp/desktop.el (desktop-save-frameset):
> +	* lisp/dnd.el (dnd-get-local-file-uri):
> +	* lisp/gnus/nnvirtual.el (nnvirtual-retrieve-headers)
> +	(nnvirtual-update-xref-header):
> +	* lisp/nxml/rng-uri.el (rng-uri-file-name-1):
> +	* lisp/org/org-clock.el (org-clock-save):
> +	* src/filelock.c (current_lock_owner):
> +	* src/xrdb.c (get_environ_db):
> +	* src/xterm.c (same_x_server):
> +	* src/xterm.c (x_term_init):
> +	Prefer (system-name) to system-name.
> +	* doc/misc/smtpmail.texi (Server workarounds): Fix grammar.
> +	* src/editfns.c (cached_system_name): New static var.
> +	(init_and_cache_system_name): New function.
> +	(init_editfns, Fsystem_name): Use it.
> +	(syms_of_editfns): Initialize it and Vsystem_name to the same value.
> +	* src/sysdep.c (init_system_name): Don't create a new string if
> +	the current value is already correct.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Emacs-diffs] master f9acac7: system-name's returned value can vary
       [not found] ` <E1Y5h5k-0005xL-U6@vcs.savannah.gnu.org>
  2014-12-29 22:34   ` Emacs-diffsmaster f9acac7: system-name's returned value can vary Glenn Morris
@ 2014-12-30  2:56   ` Stefan Monnier
  2014-12-30  4:48     ` Paul Eggert
  1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2014-12-30  2:56 UTC (permalink / raw)
  To: emacs-devel; +Cc: Paul Eggert

>     system-name's returned value can vary
    
IIUC this also resolves the long standing etc/PROBLEMS:

   *** Emacs startup on GNU/Linux systems (and possibly other systems) is slow.

   This can happen if the system is misconfigured and Emacs can't get the
   full qualified domain name, FQDN.  You should have your FQDN in the
   /etc/hosts file, something like this:

   127.0.0.1	localhost
   129.187.137.82	nuc04.t30.physik.tu-muenchen.de	nuc04

   The way to set this up may vary on non-GNU systems.

Right?


        Stefan



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Emacs-diffsmaster f9acac7: system-name's returned value can vary
  2014-12-29 22:34   ` Emacs-diffsmaster f9acac7: system-name's returned value can vary Glenn Morris
@ 2014-12-30  4:31     ` Paul Eggert
  2014-12-30 11:53     ` Stephen Leake
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2014-12-30  4:31 UTC (permalink / raw)
  To: Glenn Morris, emacs-devel

Glenn Morris wrote:
> Until such time as Emacs adopts a single ChangeLog, please could you put
> your entries in the correct file, rather than all in the top-level
> ChangeLog.

Sure, I can do that.  This will help motivate me to support the switch to an 
automatically-generated ChangeLog, which we were thinking of doing in January 
anyway.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Emacs-diffs] master f9acac7: system-name's returned value can vary
  2014-12-30  2:56   ` [Emacs-diffs] master " Stefan Monnier
@ 2014-12-30  4:48     ` Paul Eggert
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2014-12-30  4:48 UTC (permalink / raw)
  To: Stefan Monnier, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

Stefan Monnier wrote:
> IIUC this also resolves the long standing etc/PROBLEMS:

Right you are, and thanks for mentioning it.  Plus, we shouldn't need to mention 
/etc/hosts or NIS.  I installed the attached.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-PROBLEMS-Omit-obsolete-mention-of-FQDNs.patch --]
[-- Type: text/x-diff; name="0001-PROBLEMS-Omit-obsolete-mention-of-FQDNs.patch", Size: 2051 bytes --]

From 8712cfecca8d56f71bfc5f4b003dba849fcd1af6 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 29 Dec 2014 20:42:26 -0800
Subject: [PATCH] * PROBLEMS: Omit obsolete mention of FQDNs.

---
 etc/ChangeLog |  4 ++++
 etc/PROBLEMS  | 15 ++-------------
 2 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/etc/ChangeLog b/etc/ChangeLog
index ee0958f..3c48c51 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* PROBLEMS: Omit obsolete mention of FQDNs.
+
 2014-12-27  Álvar Ibeas  <ibeas@gmx.com>  (tiny change)
 
 	* tutorials/TUTORIAL.es: Improve style consistency.  Spelling fixes.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 67a26b9..e1463f1 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -364,8 +364,8 @@ For example, (system-name) returns some variation on
 "localhost.localdomain", rather the name you were expecting.
 
 You need to configure your machine with a fully qualified domain name,
-(i.e. a name with at least one ".") either in /etc/hosts,
-/etc/hostname, the NIS, or wherever your system calls for specifying this.
+(i.e., a name with at least one "."), either in /etc/hostname
+or wherever your system calls for specifying this.
 
 If you cannot fix the configuration, you can set the Lisp variable
 mail-host-address to the value you want.
@@ -457,17 +457,6 @@ problem by adding this to your .cshrc file:
         endif
     endif
 
-*** Emacs startup on GNU/Linux systems (and possibly other systems) is slow.
-
-This can happen if the system is misconfigured and Emacs can't get the
-full qualified domain name, FQDN.  You should have your FQDN in the
-/etc/hosts file, something like this:
-
-127.0.0.1	localhost
-129.187.137.82	nuc04.t30.physik.tu-muenchen.de	nuc04
-
-The way to set this up may vary on non-GNU systems.
-
 *** Attempting to visit remote files via ange-ftp fails.
 
 If the error message is "ange-ftp-file-modtime: Specified time is not
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: Emacs-diffsmaster f9acac7: system-name's returned value can vary
  2014-12-29 22:34   ` Emacs-diffsmaster f9acac7: system-name's returned value can vary Glenn Morris
  2014-12-30  4:31     ` Paul Eggert
@ 2014-12-30 11:53     ` Stephen Leake
  1 sibling, 0 replies; 5+ messages in thread
From: Stephen Leake @ 2014-12-30 11:53 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Paul Eggert, emacs-devel

Glenn Morris <rgm@gnu.org> writes:

> Until such time as Emacs adopts a single ChangeLog, please could you put
> your entries in the correct file, rather than all in the top-level
> ChangeLog. TIA.

Note that this is documented in ./CONTRIBUTE

-- 
-- Stephe



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-30 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20141229203904.22856.88872@vcs.savannah.gnu.org>
     [not found] ` <E1Y5h5k-0005xL-U6@vcs.savannah.gnu.org>
2014-12-29 22:34   ` Emacs-diffsmaster f9acac7: system-name's returned value can vary Glenn Morris
2014-12-30  4:31     ` Paul Eggert
2014-12-30 11:53     ` Stephen Leake
2014-12-30  2:56   ` [Emacs-diffs] master " Stefan Monnier
2014-12-30  4:48     ` Paul Eggert

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.