From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: shorter URL for to docs Date: Fri, 3 Aug 2018 19:47:06 -0600 Message-ID: <20180803193805706501791@bob.proulx.com> References: <859025AD-50D8-455E-AC87-EBA7A4723DED@scratch.space> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1533347150 5881 195.159.176.226 (4 Aug 2018 01:45:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 4 Aug 2018 01:45:50 +0000 (UTC) User-Agent: Mutt/1.10.1 (2018-07-13) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 04 03:45:46 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1flldZ-0001Qu-QH for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Aug 2018 03:45:45 +0200 Original-Received: from localhost ([::1]:53585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fllfg-0007o3-GV for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Aug 2018 21:47:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1flley-0007nu-PB for help-gnu-emacs@gnu.org; Fri, 03 Aug 2018 21:47:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fllev-0001OQ-Ka for help-gnu-emacs@gnu.org; Fri, 03 Aug 2018 21:47:12 -0400 Original-Received: from havoc.proulx.com ([96.88.95.61]:49481) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fllev-0001Ni-Dy for help-gnu-emacs@gnu.org; Fri, 03 Aug 2018 21:47:09 -0400 Original-Received: from joseki.proulx.com (localhost [127.0.0.1]) by havoc.proulx.com (Postfix) with ESMTP id B7F5C190 for ; Fri, 3 Aug 2018 19:47:07 -0600 (MDT) Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id 5558021244 for ; Fri, 3 Aug 2018 19:47:07 -0600 (MDT) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id EBA472DC75; Fri, 3 Aug 2018 19:47:06 -0600 (MDT) Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <859025AD-50D8-455E-AC87-EBA7A4723DED@scratch.space> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 96.88.95.61 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:117631 Archived-At: Van L wrote: > Is there a chance for the docs' URL to be shorter? compare the following. > > http://mathworld.wolfram.com/Integer.html > https://www.gnu.org/software/emacs/manual/html_node/elisp/Integer-Type.html Not really. You can use "s" instead of "software" but that is about it. That "s" part is really meant as a typing aide and little more. It isn't meant to be used as a canonical name for the page. https://www.gnu.org/s/emacs/manual/html_node/elisp/Integer-Type.html Bob