unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26767: css-mode.el doesn't say how to use it
@ 2017-05-03 19:26 積丹尼 Dan Jacobson
  2017-05-09 18:29 ` Simen Heggestøyl
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2017-05-03 19:26 UTC (permalink / raw)
  To: 26767

CSS mode defined in ‘css-mode.el’:
Major mode to edit Cascading Style Sheets.

But then it doesn't bind any keys. And there is no information on how to
use it.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#26767: css-mode.el doesn't say how to use it
  2017-05-03 19:26 bug#26767: css-mode.el doesn't say how to use it 積丹尼 Dan Jacobson
@ 2017-05-09 18:29 ` Simen Heggestøyl
  2017-05-10 12:50 ` 積丹尼 Dan Jacobson
  2017-05-10 21:37 ` 積丹尼 Dan Jacobson
  2 siblings, 0 replies; 7+ messages in thread
From: Simen Heggestøyl @ 2017-05-09 18:29 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 26767

Hi Dan.

Is there any information in particular you're missing?

CSS mode currently only defines one interactive function (since commit
68e8f4bb4aab3076), `css-lookup-symbol', which is bound to `C-h S'.

-- Simen






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#26767: css-mode.el doesn't say how to use it
  2017-05-03 19:26 bug#26767: css-mode.el doesn't say how to use it 積丹尼 Dan Jacobson
  2017-05-09 18:29 ` Simen Heggestøyl
@ 2017-05-10 12:50 ` 積丹尼 Dan Jacobson
  2017-05-10 13:27   ` Dmitry Gutov
  2017-05-10 21:37 ` 積丹尼 Dan Jacobson
  2 siblings, 1 reply; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2017-05-10 12:50 UTC (permalink / raw)
  To: Simen Heggestøyl; +Cc: 26767

Well, e.g, could css-mode be of any help in indenting one's CSS?

I think C-h m should tell all the neat things one could do.

>>>>> "SH" == Simen Heggestøyl <simenheg@gmail.com> writes:
SH> Hi Dan.

SH> Is there any information in particular you're missing?

SH> CSS mode currently only defines one interactive function (since commit
SH> 68e8f4bb4aab3076), `css-lookup-symbol', which is bound to `C-h S'.

SH> -- Simen






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#26767: css-mode.el doesn't say how to use it
  2017-05-10 12:50 ` 積丹尼 Dan Jacobson
@ 2017-05-10 13:27   ` Dmitry Gutov
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Gutov @ 2017-05-10 13:27 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson, Simen Heggestøyl; +Cc: 26767

On 10.05.2017 15:50, 積丹尼 Dan Jacobson wrote:
> Well, e.g, could css-mode be of any help in indenting one's CSS?

You press TAB to indent. Or it happens automatically, in other contexts.

What's there to describe?





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#26767: css-mode.el doesn't say how to use it
  2017-05-03 19:26 bug#26767: css-mode.el doesn't say how to use it 積丹尼 Dan Jacobson
  2017-05-09 18:29 ` Simen Heggestøyl
  2017-05-10 12:50 ` 積丹尼 Dan Jacobson
@ 2017-05-10 21:37 ` 積丹尼 Dan Jacobson
  2017-05-16 18:20   ` Simen Heggestøyl
  2 siblings, 1 reply; 7+ messages in thread
From: 積丹尼 Dan Jacobson @ 2017-05-10 21:37 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: 26767, Simen Heggestøyl

All I know is C-h m in e.g., HTML mode says lots.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#26767: css-mode.el doesn't say how to use it
  2017-05-10 21:37 ` 積丹尼 Dan Jacobson
@ 2017-05-16 18:20   ` Simen Heggestøyl
  2017-05-18 16:03     ` Simen Heggestøyl
  0 siblings, 1 reply; 7+ messages in thread
From: Simen Heggestøyl @ 2017-05-16 18:20 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 26767, Dmitry Gutov

I guess it wouldn't hurt to have some more information there. I have
indeed been looking for a place to document the foreign buffer
completion feature.

-- Simen






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#26767: css-mode.el doesn't say how to use it
  2017-05-16 18:20   ` Simen Heggestøyl
@ 2017-05-18 16:03     ` Simen Heggestøyl
  0 siblings, 0 replies; 7+ messages in thread
From: Simen Heggestøyl @ 2017-05-18 16:03 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 26767-done, Dmitry Gutov

I've pushed an update for the CSS mode docstring, I hope you find it
better now. Thanks for your report!

-- Simen






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-18 16:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03 19:26 bug#26767: css-mode.el doesn't say how to use it 積丹尼 Dan Jacobson
2017-05-09 18:29 ` Simen Heggestøyl
2017-05-10 12:50 ` 積丹尼 Dan Jacobson
2017-05-10 13:27   ` Dmitry Gutov
2017-05-10 21:37 ` 積丹尼 Dan Jacobson
2017-05-16 18:20   ` Simen Heggestøyl
2017-05-18 16:03     ` Simen Heggestøyl

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).