bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] Bug#702871: Regarding forward and backward search with


From: Tassilo Horn
Subject: Re: [Bug-AUCTeX] Bug#702871: Regarding forward and backward search with evince.
Date: Mon, 15 Apr 2013 11:49:39 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

"Nicolas Richard" <address@hidden> 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




reply via email to

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