emacs-devel
[Top][All Lists]
Advanced

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

Re: Improving X selection?


From: Jason Rumney
Subject: Re: Improving X selection?
Date: Thu, 07 Feb 2008 17:13:57 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

David De La Harpe Golden wrote:
Just the fact that is was on my system

On non-w32, e.g. add a  to lisp/w32-vars.el :
(defcustom this-should-not-exist-on-non-w32 t
"test for w32 load issue"
:type 'boolean
:group 'killing)
, rebuild, then emacs -Q  and M-x customize-group killing =>
See attached screenshot, near bottom.

Something is messed up with cus-dep

On my GNU/Linux build cus-load contains

(put 'killing 'custom-loads '(w32-vars))


while on my Windows build, it contains

(put 'killing 'custom-loads '(simple x-win))

Given that this variable is declared in w32-vars.el, term/x-win.el, term/mac-win.el and term/pc-win.el, I think there is a need for conditional custom-loads, or maybe we should just move that variable to a non platform-specific file.





reply via email to

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