From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Typing raw bytes Date: Mon, 21 Jan 2013 19:59:07 -0500 Message-ID: References: <83hambpqds.fsf@gnu.org> <83622rp517.fsf@gnu.org> <83y5fmo2rr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358816355 4890 80.91.229.3 (22 Jan 2013 00:59:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2013 00:59:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 22 01:59:34 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TxSD6-0004xD-Hg for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2013 01:59:32 +0100 Original-Received: from localhost ([::1]:50945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxSCp-0003db-1I for ged-emacs-devel@m.gmane.org; Mon, 21 Jan 2013 19:59:15 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxSCm-0003dP-Rr for emacs-devel@gnu.org; Mon, 21 Jan 2013 19:59:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TxSCl-0004Pn-Ri for emacs-devel@gnu.org; Mon, 21 Jan 2013 19:59:12 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:33319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TxSCl-0004Ph-Nz; Mon, 21 Jan 2013 19:59:11 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r0M0x8LU029057; Mon, 21 Jan 2013 19:59:09 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id CDF6AAE361; Mon, 21 Jan 2013 19:59:07 -0500 (EST) In-Reply-To: <83y5fmo2rr.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 21 Jan 2013 19:38:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4468=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4468> : streams <892517> : uri <1324500> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156562 Archived-At: > I was wrong about the buffer being unibyte: raw-text doesn't do that. > (I think it used to do so in some old version of Emacs, and the memory > sticked.) When visiting a file with raw-text, the buffer is put in unibyte mode, so C-x RET f should probably do likewise, at the very least if the buffer is empty. Stefan