emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

socket name changed in emacs.bash


From: Frederik Fouvry
Subject: socket name changed in emacs.bash
Date: Thu, 3 Feb 2005 20:00:15 +0100 (CET)

Symptoms:

The name of the socket of the Emacs server has changed (from "esrv" to
"emacs"), but the script was not updated.

Index: etc/emacs.bash
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/emacs.bash,v
retrieving revision 1.3
diff -c -r1.3 emacs.bash
*** etc/emacs.bash      1 Sep 2003 15:44:59 -0000       1.3
--- etc/emacs.bash      3 Feb 2005 18:55:54 -0000
***************
*** 22,28 ****
   if [ -n "${windowsys:+set}" ]; then
      # Do not just test if these files are sockets.  On some systems
      # ordinary files or fifos are used instead.  Just see if they exist.
!     if [ -e "${HOME}/.emacs_server" -o -e "/tmp/esrv${UID}-"* ]; then
         emacsclient "$@"
         return $?
      else
--- 22,28 ----
   if [ -n "${windowsys:+set}" ]; then
      # Do not just test if these files are sockets.  On some systems
      # ordinary files or fifos are used instead.  Just see if they exist.
!     if [ -e "${HOME}/.emacs_server" -o -e "/tmp/emacs${UID}/server" ]; then
         emacsclient "$@"
         return $?
      else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]