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

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

Re: visible-whitespace-mode


From: goncholden
Subject: Re: visible-whitespace-mode
Date: Thu, 09 Jun 2022 15:33:06 +0000

------- Original Message -------
On Friday, June 10th, 2022 at 2:11 AM, Michael Heerdegen 
<michael_heerdegen@web.de> wrote:


> goncholden via Users list for the GNU Emacs text editor
> help-gnu-emacs@gnu.org writes:
>
>
> Ehm - wait:
>
> > Symbol's function definition is void: visible-whitespace-mode
> >
> > (defun visws ()
> > "TODO"
> >
> > (add-to-list
> > 'load-path "~/contrib/visws")
> > ;;(require "visible-whitespace-mode")
> > (visible-whitespace-mode))
>
>
> An error is expect when you comment out the `require' call, no? Why do
> you expect this to work?
>
> Michael.

Because I used

(require 'visible-whitespace-mode)

and that failed as well.

Might be that calling (visible-whitespace-mode) is not the correct way for 
activating the minor mode.



reply via email to

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