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: trunk r113639: Fix typos in ChangeLogs. Date: Fri, 2 Aug 2013 12:14:11 +0200 Message-ID: References: <87haf81u8o.fsf@gmx.de> <87iozowgqf.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375438503 3439 80.91.229.3 (2 Aug 2013 10:15:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 10:15:03 +0000 (UTC) Cc: Emacs developers To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 02 12:15:06 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 1V5CO1-0004Th-Mo for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 12:15:05 +0200 Original-Received: from localhost ([::1]:54165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5CO1-0000ev-87 for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 06:15:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5CNu-0000Z5-Fs for emacs-devel@gnu.org; Fri, 02 Aug 2013 06:15:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5CNo-0005Lt-5p for emacs-devel@gnu.org; Fri, 02 Aug 2013 06:14:58 -0400 Original-Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:56856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5CNn-0005Lf-VH for emacs-devel@gnu.org; Fri, 02 Aug 2013 06:14:52 -0400 Original-Received: by mail-ea0-f169.google.com with SMTP id z7so228481eaf.14 for ; Fri, 02 Aug 2013 03:14:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ScmdcQHr8t1rIHActY0MlpnFJgNuByxyoRbiw4/G0t0=; b=f/k13njKq46fumpsnWpdms5wm1nBGVoHnvofVr2iVEooXy9lAt8tBQwFWmGuJXuVEV 1l1QZFGjfmai3QHSEzLMlNSd4n8zlGyP/4XUfNNTsAD00ecqDavw8DbOxJIKQgLv0i62 +xhUEkWlfB2JPeueq6+DjQYhBcJNEreDCG1D9eAY9M3c4qvzz4K+8g9P1zTLLe8xyFuF pT5Z2nzvzwz2Ev318t6pGcTqaexa1hi0A9mWxtC3MyUvdLZgKOZc3ZTWRIMW3bol2R+L KH5co1wKo40V6Wo+mVtcy6EfyB0b/eVHT/Gri7tfauhya2PjUd2NhWpsmPkUY0doAg1v 0vnA== X-Received: by 10.15.76.71 with SMTP id m47mr5101434eey.70.1375438491290; Fri, 02 Aug 2013 03:14:51 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Fri, 2 Aug 2013 03:14:11 -0700 (PDT) In-Reply-To: <87iozowgqf.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::229 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:162370 Archived-At: On Fri, Aug 2, 2013 at 12:04 PM, Michael Albinus wrote: > And even better: > > * somefile.el (somefunc): Word and more words. Sure, but I used a short example because of laziness; of course I meant * somefile.el (somelongfuncname, someother, yetanother): One word all alone in the night. > We won't get 100% satisfaction. But I have the feeling, that we could do > better than now. Oh, I'm sure we can do better. The question is, enough to make any added complexity worthwhile? J