Tassilo Horn <[email protected]> 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 _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
