From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: info node name fixes Date: Tue, 18 Apr 2006 08:41:32 +1000 Message-ID: <87irp74yg3.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1145313723 23589 80.91.229.2 (17 Apr 2006 22:42:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Apr 2006 22:42:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 18 00:42:01 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FVcPu-0005TI-ND for ged-emacs-devel@m.gmane.org; Tue, 18 Apr 2006 00:41:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVcPu-0006zl-8m for ged-emacs-devel@m.gmane.org; Mon, 17 Apr 2006 18:41:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FVcPi-0006zg-3F for emacs-devel@gnu.org; Mon, 17 Apr 2006 18:41:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FVcPf-0006zU-3s for emacs-devel@gnu.org; Mon, 17 Apr 2006 18:41:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FVcPf-0006zR-0K for emacs-devel@gnu.org; Mon, 17 Apr 2006 18:41:43 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FVcQO-0003bQ-MZ for emacs-devel@gnu.org; Mon, 17 Apr 2006 18:42:29 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (Postfix) with ESMTP id B5DBA32BD8E for ; Tue, 18 Apr 2006 08:41:40 +1000 (EST) Original-Received: from localhost (ppp2424.dyn.pacific.net.au [61.8.36.36]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k3HM4S2m006996 for ; Tue, 18 Apr 2006 08:04:28 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1FVcPU-0001yK-00; Tue, 18 Apr 2006 08:41:32 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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: news.gmane.org gmane.emacs.devel:52983 Archived-At: --=-=-= A couple of updates to info nodes used in the code, 2006-04-17 Kevin Ryde * international/mule.el (keyboard-coding-system): defcustom info-link fixes: "Specify Coding" has split, keyboard now in "Terminal Coding", and "Single-Byte Character Support" is now "Unibyte Mode". * progmodes/fortran.el (fortran, fortran-mode-map): Info node link fixes, "Fortran" is in emacs-xtra. --=-=-= Content-Disposition: attachment; filename=mule.el.info-link.diff *** mule.el.~1.233.~ 2006-04-07 09:23:22.000000000 +1000 --- mule.el 2006-04-17 16:38:35.000000000 +1000 *************** *** 1281,1295 **** "Specify coding system for keyboard input. If you set this on a terminal which can't distinguish Meta keys from 8-bit characters, you will have to use ESC to type Meta characters. ! See Info node `Specify Coding' and Info node `Single-Byte Character Support'. On non-windowing terminals, this is set from the locale by default. Setting this variable directly does not take effect; use either \\[customize] or \\[set-keyboard-coding-system]." :type '(coding-system :tag "Coding system") ! :link '(info-link "(emacs)Specify Coding") ! :link '(info-link "(emacs)Single-Byte Character Support") :set (lambda (symbol value) ;; Don't load encoded-kbd-mode unnecessarily. (if (or value (boundp 'encoded-kbd-mode)) --- 1281,1295 ---- "Specify coding system for keyboard input. If you set this on a terminal which can't distinguish Meta keys from 8-bit characters, you will have to use ESC to type Meta characters. ! See Info node `Terminal Coding' and Info node `Unibyte Mode'. On non-windowing terminals, this is set from the locale by default. Setting this variable directly does not take effect; use either \\[customize] or \\[set-keyboard-coding-system]." :type '(coding-system :tag "Coding system") ! :link '(info-link "(emacs)Terminal Coding") ! :link '(info-link "(emacs)Unibyte Mode") :set (lambda (symbol value) ;; Don't load encoded-kbd-mode unnecessarily. (if (or value (boundp 'encoded-kbd-mode)) --=-=-= Content-Disposition: inline; filename=fortran.el.info-link.diff *** fortran.el.~1.123.~ 2006-01-30 09:29:58.000000000 +1100 --- fortran.el 2006-04-17 16:33:52.000000000 +1000 *************** *** 64,70 **** (defgroup fortran nil "Major mode for editing fixed format Fortran code." :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) ! :link '(custom-manual "(emacs)Fortran") :group 'languages) (defgroup fortran-indent nil --- 64,70 ---- (defgroup fortran nil "Major mode for editing fixed format Fortran code." :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) ! :link '(custom-manual "(emacs-xtra)Fortran") :group 'languages) (defgroup fortran-indent nil *************** *** 554,560 **** (easy-menu-define fortran-menu map "Menu for Fortran mode." `("Fortran" ! ["Manual" (info "(emacs)Fortran")] ("Customization" ,(custom-menu-create 'fortran) ["Set" Custom-set t] --- 554,560 ---- (easy-menu-define fortran-menu map "Menu for Fortran mode." `("Fortran" ! ["Manual" (info "(emacs-xtra)Fortran")] ("Customization" ,(custom-menu-create 'fortran) ["Set" Custom-set t] --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--