unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Subject: info node name fixes
Date: Tue, 18 Apr 2006 08:41:32 +1000	[thread overview]
Message-ID: <87irp74yg3.fsf@zip.com.au> (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

             reply	other threads:[~2006-04-17 22:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-17 22:41 Kevin Ryde [this message]
2006-04-21 12:24 ` info node name fixes Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87irp74yg3.fsf@zip.com.au \
    --to=user42@zip.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).