Adam writes: > Rasmus writes:
>> + (when (window-system) (x-focus-frame (selected-frame)))))))) I think you can just change (window-system) to window-system, or maybe (eq window-system 'x)? Here is an example for XEmacs compability for x-focus-frame: * https://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00351.html I am not sure what the best way to solve these things are. Best regards, Adam -- "I always liked songs with parentheses in the title." Adam Sjøgren [email protected] _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
