From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Golden Newsgroups: gmane.emacs.help Subject: Re: decode-coding-string question Date: Tue, 19 Aug 2008 00:01:07 +0100 Organization: Orbital Laser Death Rays R Us Message-ID: References: <86wsijz4wt.fsf@lifelogs.com> <877iajck9s.fsf@sphinx.net.ru> <86k5eiz32r.fsf@lifelogs.com> <86vdxyxw4g.fsf@lifelogs.com> <86abfaxf2i.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1219102870 13778 80.91.229.12 (18 Aug 2008 23:41:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2008 23:41:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 19 01:42:03 2008 Return-path: Envelope-to: geh-help-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 1KVEMM-0003ks-ON for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Aug 2008 01:42:02 +0200 Original-Received: from localhost ([127.0.0.1]:45122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVELP-0000jc-OT for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2008 19:41:03 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!feeder.news.heanet.ie!news.indigo.ie!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 User-Agent: KNode/0.10.9 Original-NNTP-Posting-Host: 86.45.0.2 Original-X-Complaints-To: abuse@eircom.net Original-X-Trace: news.indigo.ie 1219100505 86.45.0.2 (Tue, 19 Aug 2008 00:01:45 BST) Original-NNTP-Posting-Date: Tue, 19 Aug 2008 00:01:45 BST Original-Xref: news.stanford.edu gnu.emacs.help:161413 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56758 Archived-At: Ted Zlatanov wrote: > I often have to open mangled files with mixed-up encodings; it's > convenient to set the coding-system after I look at the text, and only > apply it to a region. > Uhm. M-x recode-region also exists (at least in CVS emacs, no idea when it was introduced).