gnu-emacs-sources
[Top][All Lists]
Advanced

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

Re: Diffs: make allout and c-mode co-operate


From: Tom Breton
Subject: Re: Diffs: make allout and c-mode co-operate
Date: Sun, 12 Nov 2006 00:30:09 +0000 (UTC)

In fact, let me make a proper patch of that diff I mentioned last message:


*** allout-new.el       2006-11-11 18:27:42.000000000 -0500
--- /home/tehom/emacs-21.4/lisp/allout.el       2003-03-16 17:05:57.000000000 
-0500
***************
*** 694,699 ****
    (setq outline-header-subtraction (1- (length outline-header-prefix)))
    ;; Produce the new outline-regexp:
!   (setq outline-regexp (concat "\\("
!                                (regexp-quote outline-header-prefix)
                                 "[ \t]*["
                                 outline-bullets-string
--- 694,699 ----
    (setq outline-header-subtraction (1- (length outline-header-prefix)))
    ;; Produce the new outline-regexp:
!   (setq outline-regexp (concat "\\(\\"
!                                outline-header-prefix
                                 "[ \t]*["
                                 outline-bullets-string
***************
*** 2849,2854 ****
                                                        t
                                                        depth)
!                            " "
!                          comment-end))
  
      ;;(if doing-beginning (save-excursion (newline (if dbl-space 2 1))))
--- 2849,2853 ----
                                                        t
                                                        depth)
!                            " "))
  
      ;;(if doing-beginning (save-excursion (newline (if dbl-space 2 1))))


reply via email to

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