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

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

server-start doesn't work on NT 2000


From: Bielawski, Richard G.
Subject: server-start doesn't work on NT 2000
Date: Fri, 18 Mar 2005 20:40:57 -0800

I've run into 2 problems so far trying to use server-start 
on a Windows NT-2000 SP-4 machine.  

1) In server-ensure-safe-dir the following code seems it can 
never succeed because (file-modes <any-directory>) always 
returns ?\777 on this machine no matter what directory I look 
at.  Therefore I always get the "directory %s is unsafe" error.

    ;; Check that it's safe for use.
    (unless (and (eq t (car attrs)) (eq (nth 2 attrs) (user-uid))
here-->  (zerop (logand ?\077 (file-modes dir))))
      (error "The directory %s is unsafe" dir))))


2) I commented that check out to see if I could get further and 
the following error occurred.  I have no clue what this means.

Debugger entered--Lisp error: (error "Unknown address family")
  make-network-process(:name "server" :family local :server t :noquery t
:service "c:/tmp/emacs5/server" :sentinel server-sentinel :filter
server-process-filter :coding raw-text)
  server-start(nil)
  call-interactively(server-start)



In GNU Emacs 22.0.50 (i386-msvc-nt5.0.2195)
 of 2005-03-15 on LD1
Distributor `Microsoft Corp.', version 5.0.2195
configured using `configure --with-msvc (12.00)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t




reply via email to

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