emacs-devel
[Top][All Lists]
Advanced

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

Re: Improving X selection?


From: Stefan Monnier
Subject: Re: Improving X selection?
Date: Thu, 07 Feb 2008 12:25:13 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

> 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)

A better test is to add

   (message "we're loading w32-vars")
or
   (error "we're loading w32-vars")
or
   (debug)

> , rebuild, then emacs -Q  and M-x customize-group killing =>
> See attached screenshot, near bottom.

It's quite likely that w32-vars gets loaded by the call to M-x
customize-group (via cus-load.el).  So the solution to the original
problem is to move the x-select-* defcustom outside of platform-specific
files so that there's only one copy of it.


        Stefan




reply via email to

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