From: Francis Litterio <flitterio@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: CVS Emacs on Windows XP takes 60 seconds to start
Date: Wed, 03 Sep 2008 11:14:47 -0400 [thread overview]
Message-ID: <i5i6myipxn9x.fsf@gmail.com> (raw)
In-Reply-To: uzlmp7vxd.fsf@gnu.org
Eli Zaretskii wrote:
> I have one more request, assuming you can run Emacs under a
> debugger: with the above condition enabled (i.e. revert the code to
> what it is in the CVS), can you please verify that lookup_account_sid
> is called by `stat' exactly twice during startup: once for the user
> who owns the Emacs installation tree (probably you), and one more time
> for the primary group of that user.
I did that, though I took a more crude approach than using a debugger: I
added an fprintf() call to the end of lookup_account_sid() to display
the "Name" and "DomainName" being returned.
When I run "emacs -q" or "emacs -Q", lookup_account_sid() is called
twice. The first call returns my user ID and domain name. The second
call returns the Name "Administrators" and DomainName is NULL (I assume
this references the Local Administrators group). However, that is _not_
my primary group.
When I exit Emacs, there is a third call to lookup_account_sid(). It
returns the Name "Domain Users" and the DomainName "CORP", which _is_ my
primary group.
> Thanks for working on this.
No problem.
--
Fran
next prev parent reply other threads:[~2008-09-03 15:14 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-02 19:45 CVS Emacs on Windows XP takes 60 seconds to start Francis Litterio
2008-09-02 20:14 ` Lennart Borgman (gmail)
2008-09-02 20:16 ` Francis Litterio
2008-09-02 20:30 ` Eli Zaretskii
2008-09-02 20:55 ` Francis Litterio
2008-09-02 21:18 ` Francis Litterio
2008-09-02 21:19 ` Lennart Borgman (gmail)
2008-09-02 21:19 ` Eli Zaretskii
2008-09-02 21:50 ` Francis Litterio
2008-09-03 0:41 ` Francis Litterio
2008-09-03 0:57 ` Jason Rumney
2008-09-03 1:04 ` Francis Litterio
2008-09-03 3:04 ` Francis Litterio
2008-09-03 3:28 ` Eli Zaretskii
2008-09-03 3:25 ` Eli Zaretskii
2008-09-03 14:30 ` Stefan Monnier
2008-09-03 18:24 ` Eli Zaretskii
2008-09-03 18:40 ` Stefan Monnier
2008-09-03 19:00 ` Eli Zaretskii
2008-09-03 15:14 ` Francis Litterio [this message]
2008-09-03 18:19 ` Eli Zaretskii
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=i5i6myipxn9x.fsf@gmail.com \
--to=flitterio@gmail.com \
--cc=emacs-devel@gnu.org \
/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 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.