GNU bug report logs -
#4190
allow beeping in pc-select.el
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Thu, 20 Aug 2009 20:05:47 UTC
Severity: normal
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
jidanni <at> jidanni.org writes:
> So please tell me how I can get untangled from pc-select.
> I do not want to use pc-select.
> I did not intentionally chose to use pc-select.
Try to figure out what uses it.
You can do that by doing a binary search in your .emacs: comment out
half of it, see if you still get pc-select, continue the process until
you get the place that requires it.
Or you can add
(error "pc-select here")
on the first line of pc-select.el,
byte compile the file
and run
emacs -Q
M-: (setq debug-on-error t) RET
M-x load-file RET ~/.emacs RET
and look at the debug backtrace and figure out exactly what wants to use
pc-select.
> >> http://jidanni.org/comp/configuration/.emacs
This bug report was last modified 15 years and 283 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.