"Nicolas Richard" <[email protected]> writes:

Hi Nicolas,

>>> You mean you expect me to learn how to use emacs lisp correctly
>>> rather than use ugly hacks.... ?
>>
>> Well, yes, I hoped to find a solution that doesn't rely on external
>> programs.  Unfortunately, that doesn't seem to be possible.  There's no
>> DBUS interface for that, and neither does (raise-frame) work.
>
> I had code lying in my .emacs, meant to maximize current frame
> (presumably from http://emacswiki.org/emacs/FullScreen#toc16), which I
> managed to modify to this :
>
> (defun yf/raise ()
>   (interactive)
>   (x-send-client-message nil 0 nil "_NET_ACTIVE_WINDOW" 32
>                        '(1 0 0)))

The problem with this approach is that XEmacs 21.4 doesn't have
`x-send-client-message'.

Bye,
Tassilo


_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to