From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: UTF-8 character encoding in SVN log messages Date: Thu, 10 Dec 2009 23:02:50 +0100 Message-ID: <2979981E-F624-44E9-A93B-D4ECC5AD6541@Web.DE> References: <4b20f68d$0$269$14726298@news.sunsite.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260483077 9632 80.91.229.12 (10 Dec 2009 22:11:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Dec 2009 22:11:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thomas Arildsen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 10 23:11:10 2009 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 1NIrE4-0008C8-V7 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Dec 2009 23:11:09 +0100 Original-Received: from localhost ([127.0.0.1]:46223 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIrE4-00020Z-NI for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Dec 2009 17:11:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIr6A-0001B5-3q for help-gnu-emacs@gnu.org; Thu, 10 Dec 2009 17:02:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIr65-000157-8l for help-gnu-emacs@gnu.org; Thu, 10 Dec 2009 17:02:57 -0500 Original-Received: from [199.232.76.173] (port=53899 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIr65-000154-5G for help-gnu-emacs@gnu.org; Thu, 10 Dec 2009 17:02:53 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:52608) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIr64-00016B-N8 for help-gnu-emacs@gnu.org; Thu, 10 Dec 2009 17:02:52 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 1B2CD140E1BBB; Thu, 10 Dec 2009 23:02:52 +0100 (CET) Original-Received: from [91.35.220.182] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (WEB.DE 4.110 #314) id 1NIr63-0004VI-00; Thu, 10 Dec 2009 23:02:52 +0100 In-Reply-To: <4b20f68d$0$269$14726298@news.sunsite.dk> X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX185ljkyuVCBcB3CnMC/Bu2e/U5xNEhDYvx+eQHJ ORLS9i4x+Me0vvy7r/qIQGrRROKyWJu+mkHMoAcPjm1KvLDhnB zqCqfd9AjQng3E3d4bhQ== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:70573 Archived-At: Am 10.12.2009 um 14:24 schrieb Thomas Arildsen: > Can I in some way configure Emacs/Subversion to open the log message > buffer to be saved with utf-8 encoding by default? For example by a > command line parameter to emacsclient? The latter does not work, which you can check by invoking emacsclient with --help. The former might work with (prefer-coding-system 'utf-8-unix) in your init file. Environment variables like LC_CTYPE set to an UTF-8 value should provoke the preferred use of UTF-8. Except you have set some non-UTF-8 language or whatever environment... -- Greetings Pete Give a man a fish, and you've fed him for a day. Teach him to fish, and you've depleted the lake.