emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/forms.texi


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/man/forms.texi
Date: Tue, 04 Feb 2003 09:53:39 -0500

Index: emacs/man/forms.texi
diff -c emacs/man/forms.texi:1.5 emacs/man/forms.texi:1.6
*** emacs/man/forms.texi:1.5    Wed Oct  2 19:24:31 2002
--- emacs/man/forms.texi        Tue Feb  4 09:53:27 2003
***************
*** 82,88 ****
  * Forms Example::               An example: editing the password data base.
  * Entering and Exiting Forms Mode::
                                  How to visit a file in Forms mode.
! * Forms Commands::              Special commands to use while in Forms mode. 
  * Data File Format::            How to format the data file.
  * Control File Format::         How to control forms mode.
  * Format Description::          How to define the forms layout.
--- 82,88 ----
  * Forms Example::               An example: editing the password data base.
  * Entering and Exiting Forms Mode::
                                  How to visit a file in Forms mode.
! * Forms Commands::              Special commands to use while in Forms mode.
  * Data File Format::            How to format the data file.
  * Control File Format::         How to control forms mode.
  * Format Description::          How to define the forms layout.
***************
*** 254,260 ****
  contents for its fields; you can then edit the fields.  With a numeric
  argument, the new record is created @emph{after} the current one.
  See also @code{forms-modified-record-filter} in @ref{Modifying Forms
! Contents}. 
  
  @findex forms-delete-record
  @kindex C-c C-k
--- 254,260 ----
  contents for its fields; you can then edit the fields.  With a numeric
  argument, the new record is created @emph{after} the current one.
  See also @code{forms-modified-record-filter} in @ref{Modifying Forms
! Contents}.
  
  @findex forms-delete-record
  @kindex C-c C-k
***************
*** 531,537 ****
  
  @findex forms-insert-after
  @item forms-insert-after
! If this variable is not @code{nil}, new records are created @emph{after} the 
  current record. Also, upon visiting a file, the initial position will be
  at the last record instead of the first one.
  
--- 531,537 ----
  
  @findex forms-insert-after
  @item forms-insert-after
! If this variable is not @code{nil}, new records are created @emph{after} the
  current record. Also, upon visiting a file, the initial position will be
  at the last record instead of the first one.
  
***************
*** 613,619 ****
  @end example
  
  When you construct the value of  @code{forms-format-list}, you should
! usually either quote the whole value, like this, 
  
  @example
  (setq forms-format-list
--- 613,619 ----
  @end example
  
  When you construct the value of  @code{forms-format-list}, you should
! usually either quote the whole value, like this,
  
  @example
  (setq forms-format-list
***************
*** 654,660 ****
  and records of the database.
  
  All normal editing commands are available for editing the contents of the
! displayed record.  You cannot delete or modify the fixed, explanatory 
  text that comes from string formatting elements, but you can modify the
  actual field contents.
  
--- 654,660 ----
  and records of the database.
  
  All normal editing commands are available for editing the contents of the
! displayed record.  You cannot delete or modify the fixed, explanatory
  text that comes from string formatting elements, but you can modify the
  actual field contents.
  
***************
*** 762,768 ****
  
  @item Forms control file error: `forms-number-of-fields' must be a number > 0
  The variable @code{forms-number-of-fields} did not contain a positive
! number. 
  
  @item Forms control file error: `forms-field-sep' is not a string
  @itemx Forms control file error: `forms-multi-line' must be nil or a 
one-character string
--- 762,768 ----
  
  @item Forms control file error: `forms-number-of-fields' must be a number > 0
  The variable @code{forms-number-of-fields} did not contain a positive
! number.
  
  @item Forms control file error: `forms-field-sep' is not a string
  @itemx Forms control file error: `forms-multi-line' must be nil or a 
one-character string
***************
*** 835,841 ****
  
  @item No write access to @code{"address@hidden@code{"}
  An attempt was made to enable edit mode on a file that has been write
! protected. 
  
  @item Search failed: @var{regexp}
  The @var{regexp} could not be found in the data file. Forward searching
--- 835,841 ----
  
  @item No write access to @code{"address@hidden@code{"}
  An attempt was made to enable edit mode on a file that has been write
! protected.
  
  @item Search failed: @var{regexp}
  The @var{regexp} could not be found in the data file. Forward searching
***************
*** 899,905 ****
        (concat "\n" (make-string target fill))
      (make-string (- target (current-column)) fill)))
  ;;
! (defun arch-rj (target field &optional fill) 
    "Produces a string to skip to column TARGET\
   minus the width of field FIELD.
  Prepends newline if needed.
--- 899,905 ----
        (concat "\n" (make-string target fill))
      (make-string (- target (current-column)) fill)))
  ;;
! (defun arch-rj (target field &optional fill)
    "Produces a string to skip to column TARGET\
   minus the width of field FIELD.
  Prepends newline if needed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]