From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: Re: About definition finding Date: Thu, 07 Mar 2013 06:41:13 +0800 Organization: The Church of Emacs Message-ID: <5137C609.8010305@gmail.com> References: <5137446A.1060505@gmail.com> <5137C0BE.1060601@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1362609688 24564 80.91.229.3 (6 Mar 2013 22:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Mar 2013 22:41:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 06 23:41:53 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UDN20-0000a9-Lo for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Mar 2013 23:41:52 +0100 Original-Received: from localhost ([::1]:38033 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDN1f-0006bf-1k for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Mar 2013 17:41:31 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDN1T-0006X8-SU for help-gnu-emacs@gnu.org; Wed, 06 Mar 2013 17:41:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDN1S-0000V9-Hb for help-gnu-emacs@gnu.org; Wed, 06 Mar 2013 17:41:19 -0500 Original-Received: from mail-pb0-f48.google.com ([209.85.160.48]:45218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDN1S-0000Uw-BH for help-gnu-emacs@gnu.org; Wed, 06 Mar 2013 17:41:18 -0500 Original-Received: by mail-pb0-f48.google.com with SMTP id wy12so6635669pbc.35 for ; Wed, 06 Mar 2013 14:41:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=3pz7V5sV2BClbfKb16OZaTFJGR0D1uPAG3LfvAC4o8E=; b=P5iAncaREU0t757kJMHD6N3carIv3Wtg7eyWxWSP/qh8U4HjofFPxJs5TQ6Km/wVp7 GNFXy1fnc8gkkmBXx6dx9p6fAb7+F0lqF5FxpIZQguGxOCVTSLa9pN/GY6nQxBymK0jz kauIAel3bssZMn29V+dOHnUsnj3pOJ9COWmmZ3Zb1Cbnnma9gbAuRwnUC5+xIw8WCtrr 8R2WYnN8rwhPd1EHf8E2dyDyFjfQi3/1UlLO75u2ZiTAMmVZLM8rVr3jBCGmI7sNV3xL 7H0hMy2qKUSQsrHwYJUZHm8u0Gt5+c4CT4fcOUnnqFtscxch8Xu8t7GGvdc7H4PlgLY7 2lrg== X-Received: by 10.68.252.193 with SMTP id zu1mr49448287pbc.175.1362609677338; Wed, 06 Mar 2013 14:41:17 -0800 (PST) Original-Received: from [192.168.1.103] ([123.114.123.187]) by mx.google.com with ESMTPS id ix6sm33094094pbc.17.2013.03.06.14.41.15 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Mar 2013 14:41:16 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.48 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89398 Archived-At: On 03/07/2013 06:31 AM, Drew Adams wrote: >>> Note that this doc section's guideline conflicts a bit with >>> that of adding a package/library prefix to such macros. E.g., >>> `icicle-define-command' vs `define-icicle-command'. I put >>> the library prefix first, but others might do otherwise. >> >> Does alias make sense? E.g., `package-list-packages' is an alias of >> `list-packages'. > First, note also that `list-packages' is a command, not a macro. The aliasing > in that case is presumably for user convenience interactively. Sorry, I forgot it. [...] > In principle, the guidelines are there to help you and those who use your code. > But remember that they are just guidelines, not rules to be followed blindly > without using your judgment. Do what makes the most sense to you, after reading > the guidelines. That's true, especially for those in (info "(elisp) C Integer Types"). -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao