From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ds Newsgroups: gmane.emacs.bugs Subject: hexl-insert-hex-char in hexl-mode delete a wrong line Date: Fri, 07 Dec 2007 08:16:39 +0800 Message-ID: <475890E7.6000505@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197046449 4156 80.91.229.12 (7 Dec 2007 16:54:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Dec 2007 16:54:09 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Dec 07 17:54:19 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J0gSl-0005cm-Ii for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Dec 2007 17:54:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0gSU-0003BC-M3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Dec 2007 11:53:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J0QtK-0004L7-SI for bug-gnu-emacs@gnu.org; Thu, 06 Dec 2007 19:16:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J0QtI-0004Ir-WA for bug-gnu-emacs@gnu.org; Thu, 06 Dec 2007 19:16:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J0QtI-0004I9-Ob for bug-gnu-emacs@gnu.org; Thu, 06 Dec 2007 19:16:28 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J0QtH-0005k4-9q for bug-gnu-emacs@gnu.org; Thu, 06 Dec 2007 19:16:27 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so962924wah for ; Thu, 06 Dec 2007 16:16:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=v4EujuiDnlv9AcyMqMhz2UqaMSwoDL9Y9K1EewRKIxQ=; b=sVPfTnUVQ9SvcCO/QFT6mYzsHzQypUEsKh5Hxt/DWuKzrFpDUc75ibKTO2NiY7G2UDJflI6XtcqR3+hdgvb4ibexO84uru/BA8mHGGSAH5Ur/ArE2c/ToJC7XVsYavMSaVaC9be6aExMx0cWRUvgFnGO5iIKknsLDv7PdpPCUuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=m8MES99MFvNi/IgSyQxBHs47UWCWBViWNkTDD9BYzgXHO432z93pi2aRIyZlGLqe1kOKjioD9OkAkUkxUvfZIQSns9HMwLbtA2dRkn9Expz6X5Pev62RtzSulabzu9CkjQ490YdMJr/X+Wxw/FbR+B2PuLrRyglMhovQyyF9he8= Original-Received: by 10.114.89.1 with SMTP id m1mr2119416wab.1196986584749; Thu, 06 Dec 2007 16:16:24 -0800 (PST) Original-Received: from ?222.194.27.78? ( [221.2.163.229]) by mx.google.com with ESMTPS id v37sm365546wah.2007.12.06.16.16.19 (version=SSLv3 cipher=RC4-MD5); Thu, 06 Dec 2007 16:16:22 -0800 (PST) User-Agent: Thunderbird 1.5 (X11/20060313) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 07 Dec 2007 11:53:00 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17142 Archived-At: hello There is a interesting thing when i edit a binary file The file in hexl-mode like this : 0800 7508 b000 e9e3 0000 0090 8b45 088b 80ec 1d00 0089 45fc 837d fc00 750a b000 e9c9 0000 008d 7600 8b45 fc8b 8028 0600 then you modify the forth hexl char 08 to e8 using hexl-insert-hex-char function . emacs still show there is no wrong. But when you use C-x C-s to save this buffer ,then you open it again you will find the second line : 80ec 1d00 0089 45fc 837d fc00 750a b000 disappear. I don't kown why .