GNU bug report logs - #31338
none of the css-* defuns are available

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Wed, 2 May 2018 01:19:02 UTC

Severity: wishlist

Done: Simen Heggestøyl <simenheg <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Simen Heggestøyl <simenheg <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31338: closed (none of the css-* defuns are available)
Date: Sun, 24 Jun 2018 12:34:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 24 Jun 2018 14:32:55 +0200
with message-id <1529843575.7494.0 <at> smtp.gmail.com>
and subject line Re: bug#31338: none of the css-* defuns are available
has caused the debbugs.gnu.org bug report #31338,
regarding none of the css-* defuns are available
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
31338: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31338
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: bug-gnu-emacs <at> gnu.org
Subject: none of the css-* defuns are available
Date: Wed, 02 May 2018 04:30:40 +0800
We take a css file that is all on one line,
$ wc /tmp/o.css
   1  144 4835 /tmp/o.css
and try to reformat it.
$ emacs /tmp/o.css
But none of the css-* defuns are available,
M-x css-<TAB>
only shows css-mode.
And C-h m only shows prog-indent-sexp which is of no help.
emacs-version "25.2.2"

OK I ended up doing
(query-replace "}" "}
" nil (if (use-region-p) (region-beginning)) (if (use-region-p)
(region-end)) nil nil)
which was all I needed.


[Message part 3 (message/rfc822, inline)]
From: Simen Heggestøyl <simenheg <at> gmail.com>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 31338-done <at> debbugs.gnu.org
Subject: Re: bug#31338: none of the css-* defuns are available
Date: Sun, 24 Jun 2018 14:32:55 +0200
[Message part 4 (text/plain, inline)]
The mode's documentation string was extended in Emacs 26.1, please see
if you find the documentation there sufficient. Otherwise feel free to
provide concrete suggestions for further improvements.

I've updated the docstring to mention fill-paragraph too, which will
be visible in Emacs 26.2.
[Message part 5 (text/html, inline)]

This bug report was last modified 6 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.