emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/flow-fill.el
Date: Wed, 09 Feb 2005 10:51:24 -0500

Index: emacs/lisp/gnus/flow-fill.el
diff -c emacs/lisp/gnus/flow-fill.el:1.8 emacs/lisp/gnus/flow-fill.el:1.9
*** emacs/lisp/gnus/flow-fill.el:1.8    Mon Sep 27 07:44:44 2004
--- emacs/lisp/gnus/flow-fill.el        Wed Feb  9 15:50:39 2005
***************
*** 56,62 ****
  (defcustom fill-flowed-display-column 'fill-column
    "Column beyond which format=flowed lines are wrapped, when displayed.
  This can be a Lisp expression or an integer."
!   :version "21.4"
    :group 'mime-display
    :type '(choice (const :tag "Standard `fill-column'" fill-column)
                 (const :tag "Fit Window" (- (window-width) 5))
--- 56,62 ----
  (defcustom fill-flowed-display-column 'fill-column
    "Column beyond which format=flowed lines are wrapped, when displayed.
  This can be a Lisp expression or an integer."
!   :version "22.1"
    :group 'mime-display
    :type '(choice (const :tag "Standard `fill-column'" fill-column)
                 (const :tag "Fit Window" (- (window-width) 5))
***************
*** 67,73 ****
    "Column beyond which format=flowed lines are wrapped, in outgoing messages.
  This can be a Lisp expression or an integer.
  RFC 2646 suggests 66 characters for readability."
!   :version "21.4"
    :group 'mime-display
    :type '(choice (const :tag "Standard fill-column" fill-column)
                 (const :tag "RFC 2646 default (66)" 66)
--- 67,73 ----
    "Column beyond which format=flowed lines are wrapped, in outgoing messages.
  This can be a Lisp expression or an integer.
  RFC 2646 suggests 66 characters for readability."
!   :version "22.1"
    :group 'mime-display
    :type '(choice (const :tag "Standard fill-column" fill-column)
                 (const :tag "RFC 2646 default (66)" 66)
***************
*** 163,181 ****
    '(
      ;; The syntax of each list element is:
      ;; (INPUT . EXPECTED-OUTPUT)
!     ("> Thou villainous ill-breeding spongy dizzy-eyed 
! > reeky elf-skinned pigeon-egg! 
! >> Thou artless swag-bellied milk-livered 
  >> dismal-dreaming idle-headed scut!
! >>> Thou errant folly-fallen spleeny reeling-ripe 
  >>> unmuzzled ratsbane!
! >>>> Henceforth, the coding style is to be strictly 
  >>>> enforced, including the use of only upper case.
! >>>>> I've noticed a lack of adherence to the coding 
  >>>>> styles, of late.
  >>>>>> Any complaints?
  " . "> Thou villainous ill-breeding spongy dizzy-eyed reeky elf-skinned
! > pigeon-egg! 
  >> Thou artless swag-bellied milk-livered dismal-dreaming idle-headed
  >> scut!
  >>> Thou errant folly-fallen spleeny reeling-ripe unmuzzled ratsbane!
--- 163,181 ----
    '(
      ;; The syntax of each list element is:
      ;; (INPUT . EXPECTED-OUTPUT)
!     ("> Thou villainous ill-breeding spongy dizzy-eyed
! > reeky elf-skinned pigeon-egg!
! >> Thou artless swag-bellied milk-livered
  >> dismal-dreaming idle-headed scut!
! >>> Thou errant folly-fallen spleeny reeling-ripe
  >>> unmuzzled ratsbane!
! >>>> Henceforth, the coding style is to be strictly
  >>>> enforced, including the use of only upper case.
! >>>>> I've noticed a lack of adherence to the coding
  >>>>> styles, of late.
  >>>>>> Any complaints?
  " . "> Thou villainous ill-breeding spongy dizzy-eyed reeky elf-skinned
! > pigeon-egg!
  >> Thou artless swag-bellied milk-livered dismal-dreaming idle-headed
  >> scut!
  >>> Thou errant folly-fallen spleeny reeling-ripe unmuzzled ratsbane!
***************
*** 186,193 ****
  ")
  ;    ("
  ;> foo
! ;> 
! ;> 
  ;> bar
  ;" . "
  ;> foo bar
--- 186,193 ----
  ")
  ;    ("
  ;> foo
! ;>
! ;>
  ;> bar
  ;" . "
  ;> foo bar




reply via email to

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