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: eww Date: Sun, 12 Jan 2014 14:50:31 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1389534675 30637 80.91.229.3 (12 Jan 2014 13:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 Jan 2014 13:51:15 +0000 (UTC) Cc: Emacs developers To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 12 14:51:23 2014 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 1W2LRi-0007wA-6Z for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 14:51:22 +0100 Original-Received: from localhost ([::1]:37937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2LRd-0000MO-JT for ged-emacs-devel@m.gmane.org; Sun, 12 Jan 2014 08:51:17 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2LRa-0000MJ-Mx for emacs-devel@gnu.org; Sun, 12 Jan 2014 08:51:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2LRZ-00029f-UJ for emacs-devel@gnu.org; Sun, 12 Jan 2014 08:51:14 -0500 Original-Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:60524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2LRY-000294-Mr; Sun, 12 Jan 2014 08:51:12 -0500 Original-Received: by mail-ee0-f51.google.com with SMTP id b15so2710162eek.38 for ; Sun, 12 Jan 2014 05:51:11 -0800 (PST) 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=K8ziYkDjzXG2smqKTBgr5VVZqxpNl76PfhNAslMA9oU=; b=UwNpeyIkHhj40GhKtZNbHIcn7fs2OCnCi1LMVK/94Z9+2akItvlHfIvZHOdlTF17Yq EJNx6rlz1ZnGnfxHHT9+IVt1ckW+Ko0opPNiFs/x+L31JJcBPznGLg+5QzffbyPO2n78 ZUh2ahzmTWLXffTH8cgDvNL5dNDE2fukMJDaax+RutQwCifpqMCNEt4/gl++reo0NYQh lxlwqcYojaXsMMDZQ6V3LJuvsz81uQZdNoij4YfaN7fxRBgCVd4si7opDTSOc85hYLbx krocrRWAtGEFagp9DkvivhpttRjDVANHxoUL7Mn6kp/h7uFlJPnDJy5xvaJkZbnsDYI1 z+fg== X-Received: by 10.14.108.6 with SMTP id p6mr21327850eeg.31.1389534671599; Sun, 12 Jan 2014 05:51:11 -0800 (PST) Original-Received: by 10.14.209.69 with HTTP; Sun, 12 Jan 2014 05:50:31 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::233 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:168182 Archived-At: On Sun, Jan 12, 2014 at 2:46 PM, Richard Stallman wrote: > Before the first release that contains eww, I think we should set up > natural aliases for the commands, perhaps using the name "browse" or > "www" or "web" instead of "eww". With natural names, users won't have > to wonder, "What in the world did they call that?" We can avoid > adding one more difficulty to learning to use Emacs. > > I think epa also needs a set of natural aliases, with "crypt" instead > of "epa". We introduced define-alternatives for exactly that case. It's just that nobody has used it yet. j