From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.devel Subject: Re: image-transform.el and image-mode.el rewrite Date: Mon, 22 Jul 2013 23:05:09 +0200 Organization: EUR Message-ID: <87fvv6gvay.fsf@gmail.com> References: <87a9lp8uxk.fsf@gmail.com> <87ppuk6qqb.fsf@gmail.com> <87vc49y793.fsf@gmail.com> <87ppuhxk04.fsf@gmail.com> <87ehavihbp.fsf_-_@gmail.com> <1a7ggiwcta.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1374528001 26444 80.91.229.3 (22 Jul 2013 21:20:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jul 2013 21:20:01 +0000 (UTC) Cc: Stefan Monnier , joakim@verona.se, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 22 23:20:00 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 1V1NWR-0000zR-JW for ged-emacs-devel@m.gmane.org; Mon, 22 Jul 2013 23:19:59 +0200 Original-Received: from localhost ([::1]:57306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1NWR-0003Zg-1o for ged-emacs-devel@m.gmane.org; Mon, 22 Jul 2013 17:19:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1NWL-0003Sg-1D for emacs-devel@gnu.org; Mon, 22 Jul 2013 17:19:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1NWG-0004OJ-JS for emacs-devel@gnu.org; Mon, 22 Jul 2013 17:19:52 -0400 Original-Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:50840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1NI8-0000EZ-Fo; Mon, 22 Jul 2013 17:05:12 -0400 Original-Received: by mail-ea0-f174.google.com with SMTP id o10so4026056eaj.19 for ; Mon, 22 Jul 2013 14:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=zFd0KncevSLqwponUj+4dTTow5khnJn2vD5+AEzEKwQ=; b=EmJf4wLzdJ/LRiP2SJo2ceRW8y28yOKac73oSyvtSmmgUjSYvHcrpr4KixfGkQ4lAO 6tHJM7Fmxx8xhrRUTxJlEplseg48bNwyecCU77exvcwCGJ+AQb6ud9GG8OogspMdZxeS 7DYznbK75acFctqwF82XBoeGCe5BARVXsIHYtnLnnZc36VdURPGgpU2ZGAybos+kpHjp 8U7hIc7p3u8laVcHw+wopDURp8Kt0wAjsbbjs8OzrjN9r6A7Aym4yfK/21KaQoIRMGTV jpxRCqp08CxYFabxIrFrhWb3lNM4MEA5A9SiUgXcCepcfW+3asxp+nury4CXNWbncEMI nDTQ== X-Received: by 10.15.91.69 with SMTP id r45mr29518417eez.79.1374527111643; Mon, 22 Jul 2013 14:05:11 -0700 (PDT) Original-Received: from localhost (dhcp-077-249-018-128.chello.nl. [77.249.18.128]) by mx.google.com with ESMTPSA id c3sm53776904eev.3.2013.07.22.14.05.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 22 Jul 2013 14:05:10 -0700 (PDT) In-Reply-To: <1a7ggiwcta.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 22 Jul 2013 16:37:53 -0400") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22e 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:162079 Archived-At: >> Glenn Morris >> on Mon, 22 Jul 2013 16:37:53 -0400 wrote: > Thanks for this. The diff is hard to read owing to lots of unnecessary > whitespace changes (looks like you untabified everything?). Hm, indeed. Sorry for that. It happened during re-indentation which replaces tabs for me. I will take care of them next time. Anyways the diff is there to try the new changes and is not intended for heavy reading as yet. I am still figuring out the best way to organize the API, so it is still pretty raw as yet. Vitalie