Problems with text-mode paragraph movement MORE INFO

robert delius royar xemacs at frinabulax.org
Tue Feb 8 11:59:22 EST 2005


Tue, 8 Feb 2005 (11:23 -0500 UTC) robert delius royar wrote:

>  The problem may be related to a variable 
> multiple-lines which is no longer used but which is in the let statement at 
> line 241.  I will try this patch:
> diff -U0 -r1.10 paragraphs.el
> --- lisp/paragraphs.el  2005/02/03 21:27:59     1.10
> +++ lisp/paragraphs.el  2005/02/08 16:22:30
> @@ -39,0 +40,2 @@
> +(require 'easy-mmode)
> +
> @@ -239 +241 @@
> -                 (let (multiple-lines)
> +                 ;; (let (multiple-lines)
> @@ -244,2 +246,2 @@
> -                     (unless (= (point) start)
> -                       (setq multiple-lines t))
> +                   ;;  (unless (= (point) start)
> +                       ;; (setq multiple-lines t))
> @@ -256 +258 @@
> -                   (not (bobp)))
> +                   (not (bobp)) ;;)

No dice, the error persists.  Simply loading the source file fixes the 
error as does "instrumenting the function for debugging."

-- 
Dr. Robert Delius Royar                   Associate Professor of English
Morehead State University                             Morehead, Kentucky




More information about the XEmacs-Beta mailing list