From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: replacing characters and whacky trans-buffer conversion Date: Sat, 10 Mar 2007 21:12:58 +0200 Message-ID: References: <45ED8574.3040201@speakeasy.net> <45EF2512.9060200@speakeasy.net> <45EF28B8.2050905@speakeasy.net> <953CC6C7-14E6-4321-8899-665613380DC2@Web.DE> <45F133A6.8090308@speakeasy.net> <45F2F90D.4080505@speakeasy.net> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1173553985 17153 80.91.229.12 (10 Mar 2007 19:13:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 10 Mar 2007 19:13:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 10 20:13:01 2007 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 1HQ700-0002AP-2J for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2007 20:13:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQ70O-0006RR-Lx for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Mar 2007 14:13:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQ70B-0006MM-2E for help-gnu-emacs@gnu.org; Sat, 10 Mar 2007 14:13:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQ70A-0006Jf-3G for help-gnu-emacs@gnu.org; Sat, 10 Mar 2007 14:13:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQ709-0006J5-VF for help-gnu-emacs@gnu.org; Sat, 10 Mar 2007 14:13:09 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQ6zg-0000gW-NS for help-gnu-emacs@gnu.org; Sat, 10 Mar 2007 14:12:40 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-99-47.inter.net.il [80.230.99.47]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CCB35105 (AUTH halo1); Sat, 10 Mar 2007 21:12:35 +0200 (IST) In-reply-to: <45F2F90D.4080505@speakeasy.net> (message from ken on Sat, 10 Mar 2007 13:29:33 -0500) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:41867 Archived-At: > Date: Sat, 10 Mar 2007 13:29:33 -0500 > From: ken > Cc: help-gnu-emacs@gnu.org > > Is there a function which will tell me a buffer's current encoding. Not function, variable: "C-h v buffer-file-coding-system RET" Also, if you hover the mouse pointer above the encoding indicator at the left of the mode line, Emacs will show the buffer's encoding in a tooltip.