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

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

refill-mode


From: Olle Sundblad algonet
Subject: refill-mode
Date: Fri, 21 Dec 2001 15:44:24 +0100

I have written a script that requires refill-mode to be of so I called
(refill-mode 0) but I get the following error if I try to call  it before
refill mode has started at least once, by for example (refill-mode 1).

Debugger entered--Lisp error: (wrong-type-argument overlayp nil)
  delete-overlay(nil)
  refill-mode(0)
  eval((refill-mode 0))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
* call-interactively(eval-last-sexp)

A simple way ro repeat the error is:
start emacs
evaluate (refill-mode 0)

Is this a bug?

(Right now I have a rather ugly solotion for my problem but I would like the
(refill-mode 0) to work since, for me, it makes sense that it should:-)


/Olle






reply via email to

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