From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Josh Newsgroups: gmane.emacs.devel Subject: Re: Rename `eww' to `web' Date: Thu, 4 Jul 2013 15:53:55 -0700 Message-ID: References: <8738s087wj.fsf@gmail.com> <87bo6mjv4s.fsf@lifelogs.com> <871u7gavwx.fsf@catnip.gol.com> <87obaj39sc.fsf@lifelogs.com> <4btxkb7gw7.fsf@fencepost.gnu.org> <87k3l72z81.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372978472 12807 80.91.229.3 (4 Jul 2013 22:54:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2013 22:54:32 +0000 (UTC) Cc: Tim Cross , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 05 00:54:33 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 1UusQ2-0007wX-Si for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 00:54:30 +0200 Original-Received: from localhost ([::1]:46667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UusQ2-0001HP-Jd for ged-emacs-devel@m.gmane.org; Thu, 04 Jul 2013 18:54:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UusPy-0001HJ-QS for emacs-devel@gnu.org; Thu, 04 Jul 2013 18:54:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UusPy-0004Ob-0Q for emacs-devel@gnu.org; Thu, 04 Jul 2013 18:54:26 -0400 Original-Received: from mail-qc0-f181.google.com ([209.85.216.181]:64185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UusPx-0004OQ-Tw for emacs-devel@gnu.org; Thu, 04 Jul 2013 18:54:25 -0400 Original-Received: by mail-qc0-f181.google.com with SMTP id u12so967686qcx.26 for ; Thu, 04 Jul 2013 15:54:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=9fFT9kfKVb684HHxs4ec6/yqXeQmd0FIyCtVo9OPi7I=; b=VUbPprRGRkIPNXHuW2LPcO/p1RWN88rlEcZZTNIGxYPmem84jit1Q+pPnd/VZzS05Y JpTXrQ1NlMFj1W346PNcEIAfjMNytey4kmP2O9CXZZ9m68D2RyLlP2+NrbQuDglbNzZZ uN/OZkm2qpHpSgyanZJoA1jKqqWwpsen9PZ+JerlrCqsRUHpOvcG8o+0v2lc7eSdyYu2 P96j2ytx3v86Sijs79eJJaqKy0yjBlsOLAmGv1nfDsu8OdiYNpXHIjMZf8Csa6wZEDEz giqOBDDEaz/vgeuL6rOnPSnapA9RXjZ/dndEL1RlSykvwexnlprvtuKMWoeyqSS2Etv9 Z9XA== X-Received: by 10.224.128.132 with SMTP id k4mr8132581qas.58.1372978465294; Thu, 04 Jul 2013 15:54:25 -0700 (PDT) Original-Received: by 10.49.30.41 with HTTP; Thu, 4 Jul 2013 15:53:55 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: cuGFB9wN7TBZTFeU0G8cnl1KCnw X-Gm-Message-State: ALoCoQmgSuGGIj83ZWFsQFFmwR6Hjx8U+gwDOP0EfzWVuzupkVYc2nB7Tu7+eLOu9nwwaKZ9H1Qy X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.216.181 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:161544 Archived-At: On Thu, Jul 4, 2013 at 11:49 AM, Richard Stallman wrote: > Years ago, I had a real problem remembering M-x ielm. Because I only used > this command occasionally, I was never able to remember it. I had the same problem for a long time until finally I read that it stands for (I)nteractive (E)macs (L)isp (M)ode. > `ielm' might be a good file name prefix, if this had multiple files. > A prefix needs to be short. But the package should have a natural > name for users. It seems likely that those who go looking for an Emacs Lisp REPL might try M-x repl -- perhaps a defalias is in order. Josh