From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Loading souce Elisp faster Date: Wed, 27 Feb 2013 18:21:40 +0100 Message-ID: References: <87hal05omn.fsf@engster.org> <87wqtv3utc.fsf@engster.org> <87liaa4wp9.fsf@engster.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0438eddbdd512304d6b801cb X-Trace: ger.gmane.org 1361985799 30288 80.91.229.3 (27 Feb 2013 17:23:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2013 17:23:19 +0000 (UTC) Cc: "Richard M. Stallman" , Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 18:23:42 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 1UAkjE-00040e-CT for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2013 18:23:40 +0100 Original-Received: from localhost ([::1]:50279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAkiq-0006A5-57 for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2013 12:23:16 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAkiV-0005uC-6t for emacs-devel@gnu.org; Wed, 27 Feb 2013 12:23:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAkiI-0001lz-9f for emacs-devel@gnu.org; Wed, 27 Feb 2013 12:22:49 -0500 Original-Received: from mail-we0-x22b.google.com ([2a00:1450:400c:c03::22b]:58878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAkho-0001ST-MJ; Wed, 27 Feb 2013 12:22:13 -0500 Original-Received: by mail-we0-f171.google.com with SMTP id u54so713480wey.30 for ; Wed, 27 Feb 2013 09:21:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=buONXbjZCIeyudgvlDyX2/lBlAeMc7Jb17p2ZLVfdP8=; b=iQN3Vur4VXDScu6k3tJ/X2D3GlnAhJ0RuUWG8xaRgJONV5jvR1Ot+jD6ei0VRIvLmD rDLYVb5DLLwlljz2LI+6sVd3Eq3IGmRLKr7UrvjiQVI3IludhEaQiBpV6w3cy+c2TNE5 EFst/6XtAMFmzZgmEYUY85fQZ7RHQaEVbLkyx+k9Jsaf49ukNVHBFpN+5J5YLsqUPLDT BHnEuuwctnTfVkO8nHMxdfbdXibliSXqDHHstQJe2XQQCslBa6HfsnaeQxUofJ9SG/8M jR/NEFsh+HGYqhOk00fQuQLBHg8SW7e2s7Ao6qqWk+J+ounQr9BV+OTAdXCkzlSkSd+P H6mw== X-Received: by 10.181.12.103 with SMTP id ep7mr27740176wid.12.1361985700447; Wed, 27 Feb 2013 09:21:40 -0800 (PST) Original-Received: by 10.194.88.226 with HTTP; Wed, 27 Feb 2013 09:21:40 -0800 (PST) Original-Received: by 10.194.88.226 with HTTP; Wed, 27 Feb 2013 09:21:40 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22b 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:157436 Archived-At: --f46d0438eddbdd512304d6b801cb Content-Type: text/plain; charset=UTF-8 On Feb 27, 2013 4:21 PM, "Stefan Monnier" > Yes, that's what this discussion is about: use the same fast-path as is > used for .elc files. > PS: AFAIK, even if it's utf-8-unix, we can read it as utf-8-emacs and > have the right answer. What about line ending conversation? --f46d0438eddbdd512304d6b801cb Content-Type: text/html; charset=UTF-8


On Feb 27, 2013 4:21 PM, "Stefan Monnier"
> Yes, that's what this discussion is about: use the same fast-path as is
> used for .elc files.
> PS: AFAIK, even if it's utf-8-unix, we can read it as utf-8-emacs and
> have the right answer.

What about line ending conversation?

--f46d0438eddbdd512304d6b801cb--