auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] [AUCTeX-diffs] Changes to auctex/tex.el,v


From: David Kastrup
Subject: Re: [AUCTeX-devel] [AUCTeX-diffs] Changes to auctex/tex.el,v
Date: Wed, 11 Apr 2012 09:44:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> CVSROOT:      /sources/auctex
> Module name:  auctex
> Changes by:   Tassilo Horn <tsdh>     12/04/11 06:38:26
>
> Index: tex.el
> ===================================================================
> RCS file: /sources/auctex/auctex/tex.el,v
> retrieving revision 5.691
> retrieving revision 5.692
> diff -u -b -r5.691 -r5.692
> --- tex.el    10 Apr 2012 19:19:28 -0000      5.691
> +++ tex.el    11 Apr 2012 06:38:26 -0000      5.692
> @@ -1043,8 +1043,16 @@
>        "org.gnome.evince.Window"
>        "SyncView"
>        (buffer-file-name)
> -      (list :struct :int32 (line-number-at-pos) :int32 1)
> -      :uint32 (float-time))

Looks to me like this is a bug in the dbus library: one needs to be able
to provide full-range uint32 values, and if Emacs ints are not
sufficient, floats (or some other substitute) should be able to jump in.

Be sure to report this upstream.

-- 
David Kastrup



reply via email to

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