unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* info node name fixes
@ 2006-04-17 22:41 Kevin Ryde
  2006-04-21 12:24 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2006-04-17 22:41 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 406 bytes --]

A couple of updates to info nodes used in the code,

2006-04-17  Kevin Ryde  <user42@zip.com.au>

	* 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.


[-- Attachment #2: mule.el.info-link.diff --]
[-- Type: text/plain, Size: 1621 bytes --]

*** 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))

[-- Attachment #3: fortran.el.info-link.diff --]
[-- Type: text/plain, Size: 1203 bytes --]

*** 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]

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: info node name fixes
  2006-04-17 22:41 info node name fixes Kevin Ryde
@ 2006-04-21 12:24 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2006-04-21 12:24 UTC (permalink / raw)
  Cc: emacs-devel

> From: Kevin Ryde <user42@zip.com.au>
> Date: Tue, 18 Apr 2006 08:41:32 +1000
> 
> A couple of updates to info nodes used in the code,
> 
> 2006-04-17  Kevin Ryde  <user42@zip.com.au>
> 
> 	* 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.

Thanks.  I installed the first, but not the second.  The reason I
didn't install the second is that I hope soon to merge emacs-xtra with
the main manual so that there's only one on-line manual (and two in
print, but your patch is not relevant to the printed version).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-21 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-17 22:41 info node name fixes Kevin Ryde
2006-04-21 12:24 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).