From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: New files url.texi and org.texi Date: Tue, 7 Dec 2004 22:12:30 -0600 (CST) Message-ID: <200412080412.iB84CUP06430@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102479323 716 80.91.229.6 (8 Dec 2004 04:15:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2004 04:15:23 +0000 (UTC) Cc: fx@gnu.org, wmperry@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 08 05:15:13 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbtEP-00051k-00 for ; Wed, 08 Dec 2004 05:15:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbtOE-00039F-HP for ged-emacs-devel@m.gmane.org; Tue, 07 Dec 2004 23:25:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbtNm-00038o-LD for emacs-devel@gnu.org; Tue, 07 Dec 2004 23:24:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbtNk-00037j-SG for emacs-devel@gnu.org; Tue, 07 Dec 2004 23:24:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbtNk-00037e-Oi for emacs-devel@gnu.org; Tue, 07 Dec 2004 23:24:52 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbtDT-0006wd-GA; Tue, 07 Dec 2004 23:14:15 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id iB84EEFu007081; Tue, 7 Dec 2004 22:14:15 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id iB84CUP06430; Tue, 7 Dec 2004 22:12:30 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org 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: main.gmane.org gmane.emacs.devel:30833 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30833 Is there a reason why all the standard things that need to be done to make a new .info file show up in the user's dir have not been done for the new files url.texi and org.texi? emacs/man/Makefile.in has been updated, but not emacs/Makefile.in, nor emacs/man/makefile.w32-in, nor emacs/info/dir. I could update them all, if desired. Since this is routine, I do not include patches for review. In addition to the routine stuff, some further changes in url.texi and org.texi appear necessary. For org.texi, replacing org.info by org in the @direntry is necessary, because otherwise, if we try to follow the link in (dir) we get: Info-find-file: Info file org.info does not exist For info.texi, the file name has to be changed or the .info file does not wind up in the correct location. Two @xref's to emacs-mime need to be replaced with @inforef's or we get, in the hardcopy output: See [(emacs-mime)Top], page . I can install the patches if desired. url.texi does not appear to use @copying, but I guess that is because of the split Copyright. Correct? ===File ~/org.texi-diff===================================== *** org.texi 07 Dec 2004 16:17:09 -0600 1.2 --- org.texi 07 Dec 2004 20:39:26 -0600 *************** *** 8,14 **** @dircategory Emacs @direntry ! * Org Mode: (org.info). Outline-based notes management and organizer @end direntry @c Version and Contact Info --- 8,14 ---- @dircategory Emacs @direntry ! * Org Mode: (org). Outline-based notes management and organizer. @end direntry @c Version and Contact Info ============================================================ ===File ~/url.texi-diff===================================== *** url.texi 07 Dec 2004 15:13:26 -0600 1.2 --- url.texi 07 Dec 2004 21:12:09 -0600 *************** *** 1,5 **** \input texinfo ! @setfilename url.info @settitle URL Programmer's Manual @iftex --- 1,5 ---- \input texinfo ! @setfilename ../info/url @settitle URL Programmer's Manual @iftex *************** *** 115,122 **** the @var{path} component depends on the service. The library depends on MIME support provided by the @samp{mm-} ! packages from Gnus 5.8 or later. @xref{(emacs-mime)Top, The MIME ! library}. @menu * Configuration:: --- 115,122 ---- the @var{path} component depends on the service. The library depends on MIME support provided by the @samp{mm-} ! packages from Gnus 5.8 or later. @inforef{Top, The MIME library, ! emacs-mime}. @menu * Configuration:: *************** *** 388,395 **** HTTP URLs are retrieved into a buffer containing the HTTP headers followed by the body. Since the headers are quasi-MIME, they may be ! processed using the MIME library. @xref{(emacs-mime)Top, The MIME ! library}. The MIME library doesn't provide a clean function to do that, so the URL library does. @defun url-decode-text-part handle &optional coding --- 388,395 ---- HTTP URLs are retrieved into a buffer containing the HTTP headers followed by the body. Since the headers are quasi-MIME, they may be ! processed using the MIME library. @inforef{Top, The MIME library, ! emacs-mime}. The MIME library doesn't provide a clean function to do that, so the URL library does. @defun url-decode-text-part handle &optional coding ============================================================