emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: hexl-max-address in hexl-mode is incorrect]


From: Chong Yidong
Subject: Re: address@hidden: hexl-max-address in hexl-mode is incorrect]
Date: Wed, 22 Nov 2006 17:02:13 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

> How about: (- (position-bytes (point-max)) (position-bytes (point-min)))

I already looked in this, and couldn't find a way to get it to work.
Hexl mode works by passing the buffer contents to an external program,
lib-src/hexl; thus, the byte values seen by hexl-mode depend on
buffer-file-coding-system.  The value of position-bytes is independent
of this.




reply via email to

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