all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: visible-whitespace-mode
Date: Thu, 09 Jun 2022 20:17:06 +0200	[thread overview]
Message-ID: <87sfodpuql.fsf@web.de> (raw)
In-Reply-To: _NGmXx01ZtlZlM3dAi741ES6SNZ2yb0ZUO06qSfl-cMUMmJpgFoq3s7xDAQfsOjkTxvMByoLKtyD54PlNSagsFQzPsQL4wm1n_BEWK83WMY=@protonmail.com

goncholden <goncholden@protonmail.com> writes:

> Because I used
>
> (require 'visible-whitespace-mode)
>
> and that failed as well.

Your file doesn't provide a feature, so you can't use `require' to load
it (you would not `require' the mode name anyway - please have a look in
the manual how `provide' and `require' work).

So you can either add a `provide' statement to your file, or load it
using `load': (load "visws").

Michael.




  reply	other threads:[~2022-06-09 18:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09  1:30 visible-whitespace-mode goncholden via Users list for the GNU Emacs text editor
2022-06-09  9:09 ` visible-whitespace-mode Michael Heerdegen
2022-06-09 12:37   ` visible-whitespace-mode goncholden
2022-06-09 14:18     ` visible-whitespace-mode Michael Heerdegen
2022-06-09 14:24       ` visible-whitespace-mode goncholden
2022-06-09 14:11 ` visible-whitespace-mode Michael Heerdegen
2022-06-09 15:33   ` visible-whitespace-mode goncholden
2022-06-09 18:17     ` Michael Heerdegen [this message]
2022-06-09 19:55       ` visible-whitespace-mode goncholden
2022-06-10  9:18         ` visible-whitespace-mode Michael Heerdegen
2022-06-10 13:20           ` visible-whitespace-mode Stefan Monnier via Users list for the GNU Emacs text editor
2022-06-10 14:33             ` visible-whitespace-mode Michael Heerdegen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sfodpuql.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.