bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#8417: hexlify-buffer


From: Eli Zaretskii
Subject: bug#8417: hexlify-buffer
Date: Mon, 04 Apr 2011 00:06:11 +0300

> Date: Sun, 03 Apr 2011 14:33:32 -0500
> From: Don Harter <donharter@comcast.net>
> 
>     I am attaching some strace files.  Perhaps it is a permission
>     problem.

No, it looks like an encoding problem:

  stat("/usr/lib/emacs/23.1/x86_64-suse-linux/hexl", {st_mode=S_IFREG|0755, 
st_size=10680, ...}) = 0
  access("/usr/lib/emacs/23.1/x86_64-suse-linux/hexl", X_OK) = 0
  pipe([11, 12])                          = 0
  vfork()                                 = 2327
  close(12)                               = 0
  close(10)                               = 0
  read(11, "\357\273\277-hex: No such file or directo"..., 16384) = 35
            ^^^^^^^^^^^^^^^^

Does this happen in "emacs -Q"?






reply via email to

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