From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: saveplace: don't ask for coding system Date: Thu, 29 Nov 2007 10:04:04 +0100 Message-ID: References: <198E2B70-D060-41D8-8BC2-A9614C2729CC@inf.ed.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1196327061 8459 80.91.229.12 (29 Nov 2007 09:04:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Nov 2007 09:04:21 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 29 10:04:30 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IxfJt-0003Ys-Ex for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 10:04:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxfJd-0001Rj-O2 for ged-emacs-devel@m.gmane.org; Thu, 29 Nov 2007 04:04:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxfJZ-0001QH-Ar for emacs-devel@gnu.org; Thu, 29 Nov 2007 04:04:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxfJX-0001Px-OL for emacs-devel@gnu.org; Thu, 29 Nov 2007 04:04:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxfJX-0001Pm-Lx for emacs-devel@gnu.org; Thu, 29 Nov 2007 04:04:07 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.239]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxfJW-00006o-Cj for emacs-devel@gnu.org; Thu, 29 Nov 2007 04:04:07 -0500 Original-Received: by nz-out-0506.google.com with SMTP id f1so1335813nzc for ; Thu, 29 Nov 2007 01:04:05 -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:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ATGEeK2H2vbm3uSqHCKtYxMiO83mbjMd0jvL14vkwnk=; b=lTit/aQqVQHTyHjmvsApE/MyaEsqMCGQQALHikrFZKDAPbTJp0+eu3exQDf6Gisbg34GjF4B1jPLSrJA6FgUGRF/g41J3rY5Yzdnv3X5+OBHR4dJsPgj+6ZEhygvB6LWUK2wN3deglRJPjxvCswrkxM7xveqsvx0RN0b43Q1ZMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SdyKKG+KLYi34iuFjeNl9NunZdkGvcbVi7PIxfZiCf22XbgSZt62U4BVUlaYB/5v4QBVPS+MtAHg9lIXUVnVHf9CJ+72s4sHn3WONeJFSmQjh7IL8iZ0rvTKquuef/RzBH3OHn3XHNfpHBEtAHc1w4FocGAArqd6lYHtUXuI+Po= Original-Received: by 10.114.14.1 with SMTP id 1mr582532wan.1196327044095; Thu, 29 Nov 2007 01:04:04 -0800 (PST) Original-Received: by 10.114.168.11 with HTTP; Thu, 29 Nov 2007 01:04:04 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84286 Archived-At: On Nov 28, 2007 10:47 PM, Eli Zaretskii wrote: > FWIW, I don't think UTF-8 is a good idea here, since it cannot encode > all the characters Emacs supports. Maybe emacs-mule? Hmm... Didn't we agree, after a lengthy discussion, that UTF-8 was the best coding system to save the ido history file (which contains filenames, like the saveplace file)? Juanma