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: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Subject: bug#31338: closed (Re: bug#31338: none of the css-* defuns are
 available)
Date: Sun, 24 Jun 2018 12:34:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31338: none of the css-* defuns are available

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31338 <at> debbugs.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: 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 3 (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 4 (text/html, inline)]
[Message part 5 (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.



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.