unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Locating an emacs bug
@ 2012-07-29  6:06 Rustom Mody
  2012-07-29  7:38 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Rustom Mody @ 2012-07-29  6:06 UTC (permalink / raw)
  To: emacs-devel

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

I have a bug in some elisp code that...

- does not show up when emacs is started with -Q
- shows up when started with -q
- does not show up in emacs 24
- shows up in normal starup of 23

I tried making the permissions of all files in /etc/emacs/site-start.d to
000
But it did not change

So what else does -q load that -Q does not?

[-- Attachment #2: Type: text/html, Size: 371 bytes --]

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

* Re: Locating an emacs bug
  2012-07-29  6:06 Locating an emacs bug Rustom Mody
@ 2012-07-29  7:38 ` Andreas Schwab
  2012-07-29 16:52   ` Rustom Mody
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2012-07-29  7:38 UTC (permalink / raw)
  To: Rustom Mody; +Cc: emacs-devel

Rustom Mody <rustompmody@gmail.com> writes:

> So what else does -q load that -Q does not?

X resources, site-start.el.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: Locating an emacs bug
  2012-07-29  7:38 ` Andreas Schwab
@ 2012-07-29 16:52   ` Rustom Mody
  0 siblings, 0 replies; 3+ messages in thread
From: Rustom Mody @ 2012-07-29 16:52 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel

On Sun, Jul 29, 2012 at 1:08 PM, Andreas Schwab <schwab@linux-m68k.org> wrote:
>
> Rustom Mody <rustompmody@gmail.com> writes:
>
> > So what else does -q load that -Q does not?
>
> X resources, site-start.el.
>
> Andreas.

Thanks Andreas!

I did not have any .Xresources in my home
Nor could find any non-empty site-start.el files
I find many files in site-lisp (I can see at least 3 of these directories)

However when I removed .Xdefaults the problem went away.
The offending line being:
emacs*font: -adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-1



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

end of thread, other threads:[~2012-07-29 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-29  6:06 Locating an emacs bug Rustom Mody
2012-07-29  7:38 ` Andreas Schwab
2012-07-29 16:52   ` Rustom Mody

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).