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

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

[debbugs-tracker] bug#31338: closed (none of the css-* defuns are availa


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31338: closed (none of the css-* defuns are available)
Date: Sun, 24 Jun 2018 12:34:01 +0000

Your message dated Sun, 24 Jun 2018 14:32:55 +0200
with message-id <address@hidden>
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
address@hidden)


-- 
31338: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31338
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#31338: none of the css-* defuns are available Date: Sun, 24 Jun 2018 14:32:55 +0200
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.

--- End Message ---

reply via email to

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