Author: NordlöwNordlöw Date: Aug 20, 2008 03:27
On 19 Aug, 17:45, "Drew Adams" oracle.com> wrote:
>> I am trying to trace an annoying bug regarding secondary selection.
>> The problem occurs on a number of places in my settings if I have
>> second-sel.el in my load path otherwise it does not.
>
>> For example the following happens when nxhtml is loaded:
>
>> Debugger entered--Lisp error: (error "No `SECONDARY' selection")
>> x-get-selection-internal(SECONDARY STRING)
>> x-get-selection(SECONDARY)
>> (and (fboundp (quote x-get-selection)) (x-get-selection (quote
>> SECONDARY)) (not buffer-read-only))
>> message("Loading %%s (source)...done"
>> "/home/per/pnw/emacs/nxhtml/etc/
>> schema/schema-path-patch.el")
>> load-with-code-conversion("/home/per/pnw/emacs/nxhtml/etc/schema/
>> schema-path-patch.el" "/home/per/pnw/emacs/nxhtml/etc/schema/schema-
>> path-patch.el" nil nil)
>> load("/home/per/pnw/emacs/nxhtml/etc/schema/schema-path-patch.el"
>> nil nil t) ...
|