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: which-function => DEFUN? Date: Mon, 10 May 2010 19:30:38 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1273512694 19603 80.91.229.12 (10 May 2010 17:31:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 May 2010 17:31:34 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 10 19:31:30 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OBWp8-0006NF-Uy for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 19:31:23 +0200 Original-Received: from localhost ([127.0.0.1]:35348 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBWp8-0002IS-Dz for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 13:31:22 -0400 Original-Received: from [140.186.70.92] (port=39989 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBWoy-0002FI-Tt for emacs-devel@gnu.org; Mon, 10 May 2010 13:31:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBWot-0007zE-LG for emacs-devel@gnu.org; Mon, 10 May 2010 13:31:12 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:61554) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBWot-0007z2-DC for emacs-devel@gnu.org; Mon, 10 May 2010 13:31:07 -0400 Original-Received: by fxm9 with SMTP id 9so953750fxm.0 for ; Mon, 10 May 2010 10:31:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=MOxZM/n+OyUF5jH+a8N8kbLye3gFqpsON826EHnyJAg=; b=DNt/3iL1rX2SAcUAhXUJc+Z25HQkAezSMKgpMpMSekCNpU0MY+HlYcULv+VABvUfVw OCmBJnMF3cR3TE8gN6mDjMzvzkXRvPtrxp8XPYI0Qc7zuiac4FfpgDZDt2ilB2JrbYEW X0S1jvPh/N5kZOv1hx5j+5ebnqkDYYgHeCj4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=pgp/KDGRs8LIS5Puh7PFc7/MDb0SbGbr5BlF/WS4tb2+iw+upK5BvO551TR+87Z/er npF6a4byaOZbCWBJLDEHdn6QhMp5h2mJM4lM5rxN9AyvjDpadBq9diySyCWnQDKpbZmw ZMGlO/7znj6ivS90oBaJezdChULJo1ZpBCRBg= Original-Received: by 10.204.74.32 with SMTP id s32mr2573803bkj.148.1273512658248; Mon, 10 May 2010 10:30:58 -0700 (PDT) Original-Received: by 10.204.84.81 with HTTP; Mon, 10 May 2010 10:30:38 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/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:124670 Archived-At: On Mon, May 10, 2010 at 17:56, Lennart Borgman wrote: > We might have stepped into the next function. In the case of DEFUN, which is only used in the Emacs sources, that's unlikely unless you have DEFUN (...) { }DEFUN (...) which I don't think happens even once in the source (I doesn't, I just checked). > Efficiency. I have never noticed any slowness, but YMMV. > And actually readability. Let's agree to disagree on this one. Juanma