From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: gw Newsgroups: gmane.emacs.help Subject: Re: problem loading site-start after changing to emacs-22.1 Date: Sun, 9 Dec 2007 23:52:24 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <6c781d95-b988-49e0-8f4c-8a722b65096b@p69g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1197276085 17462 80.91.229.12 (10 Dec 2007 08:41:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2007 08:41:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 10 09:41:35 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J1eCj-0002E6-Uf for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Dec 2007 09:41:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1eCN-0005JA-Bs for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Dec 2007 03:41:11 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e23g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 93 Original-NNTP-Posting-Host: 195.145.234.26 Original-X-Trace: posting.google.com 1197273145 5471 127.0.0.1 (10 Dec 2007 07:52:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 10 Dec 2007 07:52:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e23g2000prf.googlegroups.com; posting-host=195.145.234.26; posting-account=CCQSHwkAAADV4TcIB4ONH2L8zCOVZq7_ User-Agent: G2/1.0 X-HTTP-UserAgent: gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:154544 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49973 Archived-At: On 8 Dez., 12:03, Eli Zaretskii wrote: > > From: gw > > Date: Fri, 7 Dec 2007 06:21:17 -0800 (PST) > > > I've been using emacs 21.3 for a long time under Win NT and now I have > > emacs-22.1 under Win XP. > > > Changing the OS from NT to XP caused Emacs 21.3 to start and load site- > > start.el correctly, > > but a message from Windows about blocked functions appears. > > > Changing Emacs from 21.3 to 22.1 caused site-start.el not to work. > > I've minimized site-start.el so that only printer-name is set up. > > Still no > > success and no error message, even when started with -debug-init. > > > Emacs is located on a network path, which is mapped as a DOS drive. > > > Currently I've copied site-start.el to my local computer, but this is > > not satisfying. > > > Quite pobably it is some restriction from the network. Can anyone help > > with this? > > Sorry, but you've left too much information out of your message, so > it's quite difficult to help you. =EF=BF=BDFirst, what is in your > site-start.el file? =EF=BF=BDSecond, what did you expect to happen when > site-start.el is loaded, and what happened instead that makes you tell > ``no success''? =EF=BF=BDFinally, what ``message from Windows about blocke= d > functions'' was displayed when you used Emacs 21.3?- Zitierten Text ausble= nden - > > - Zitierten Text anzeigen - Hello, here some more details: Emacs version: This is GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE Emacs is installed on a remote server: \\some_server\some_directory\tools\emacs-22.1 This path is mapped to DOS drive letter Q: emacs is started with the shortcut: q:\tools\emacs-22.1\bin\runemacs.exe with working directory set to q:\tools\emacs-22.1\bin To have a correct and minimal customization file I customized the printer name and saved this as local customization file: (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(printer-name "test2")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) Re-starting emacs with the local customization file is ok: C-h v printer-name gives: printer-name is a variable defined in `lpr.el'. Its value is "test2" Moving ~/.emacs to q:\tools\emacs\site-lisp\site-start.el doesn't work. Re-starting emacs and typing C-h v printer-name gives: printer-name is a variable defined in `lpr.el'. Its value is "PRN" Then I tried to start emacs with the \\some-server\some-directory shortcut instead of Q:, but doesnt't change anything. Copying the emacs directory tree to local disk (C:\) and executing addpm.exe doesn't help either. Maybe there's something wrong with the pre-compiled emacs version I use? Or are there any XP security features that block access to site- start.el? Guenter