all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* css mode?
@ 2007-03-07 17:19 Hadron
  2007-03-07 17:44 ` Sebastian P. Luque
  2007-05-09 15:38 ` Lennart Borgman
  0 siblings, 2 replies; 9+ messages in thread
From: Hadron @ 2007-03-07 17:19 UTC (permalink / raw)
  To: help-gnu-emacs


Whats up with css mode?

#pubpic{ 
                   background-position: top left;
                   background:url("x.jpg");
                   position:fixed;
                   top: 10%;
                   left: 70%;
                   border-width: 1px 1px 1px 1px;
                   border-spacing: 5px;
                   border-style: ridge ridge ridge ridge;
                   border-color: green;
                   text-align:center;
         height:160px;font-size:130%;
}

Indentation has a mind of its own. Aynone editing css with emacs and if
so, what modes are you using?

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

* Re: css mode?
  2007-03-07 17:19 css mode? Hadron
@ 2007-03-07 17:44 ` Sebastian P. Luque
  2007-03-07 17:53   ` Lennart Borgman (gmail)
       [not found]   ` <mailman.608.1173290018.7795.help-gnu-emacs@gnu.org>
  2007-05-09 15:38 ` Lennart Borgman
  1 sibling, 2 replies; 9+ messages in thread
From: Sebastian P. Luque @ 2007-03-07 17:44 UTC (permalink / raw)
  To: help-gnu-emacs

On Wed, 07 Mar 2007 18:19:03 +0100,
Hadron <hadronquark@gmail.com> wrote:

> Whats up with css mode?

I use css-mode:


---<---------------cut here---------------start-------------->---
#pubpic{ 
         background-position: top left;
         background:url("x.jpg");
         position:fixed;
         top: 10%;
         left: 70%;
         border-width: 1px 1px 1px 1px;
         border-spacing: 5px;
         border-style: ridge ridge ridge ridge;
         border-color: green;
         text-align:center;
         height:160px;font-size:130%;
         }
---<---------------cut here---------------end---------------->---


-- 
Seb

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

* Re: css mode?
  2007-03-07 17:44 ` Sebastian P. Luque
@ 2007-03-07 17:53   ` Lennart Borgman (gmail)
  2007-03-07 18:18     ` Sebastian P. Luque
       [not found]   ` <mailman.608.1173290018.7795.help-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 9+ messages in thread
From: Lennart Borgman (gmail) @ 2007-03-07 17:53 UTC (permalink / raw)
  To: Sebastian P. Luque; +Cc: help-gnu-emacs

Sebastian P. Luque wrote:
> On Wed, 07 Mar 2007 18:19:03 +0100,
> Hadron <hadronquark@gmail.com> wrote:
> 
>> Whats up with css mode?
> 
> I use css-mode:
> 
> 
> ---<---------------cut here---------------start-------------->---
> #pubpic{ 
>          background-position: top left;
>          background:url("x.jpg");
>          position:fixed;
>          top: 10%;
>          left: 70%;
>          border-width: 1px 1px 1px 1px;
>          border-spacing: 5px;
>          border-style: ridge ridge ridge ridge;
>          border-color: green;
>          text-align:center;
>          height:160px;font-size:130%;
>          }
> ---<---------------cut here---------------end---------------->---


Which CSS mode?

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

* Re: css mode?
  2007-03-07 17:53   ` Lennart Borgman (gmail)
@ 2007-03-07 18:18     ` Sebastian P. Luque
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastian P. Luque @ 2007-03-07 18:18 UTC (permalink / raw)
  To: help-gnu-emacs

On Wed, 07 Mar 2007 18:53:20 +0100,
"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> wrote:

[...]

> Which CSS mode?


;;; copyright (c) 1998 Lars Marius Garshol, larsga@ifi.uio.no
;;; $Id: css-mode.el,v 1.9 2000/01/05 21:21:56 larsga Exp $
;;; Modified by John Zaitseff, 3rd November 2004.


Cheers,

-- 
Seb

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

* Re: css mode?
       [not found]   ` <mailman.608.1173290018.7795.help-gnu-emacs@gnu.org>
@ 2007-03-07 18:44     ` Hadron
  2007-03-07 21:29       ` Jiri Pejchal
       [not found]       ` <mailman.621.1173303033.7795.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Hadron @ 2007-03-07 18:44 UTC (permalink / raw)
  To: help-gnu-emacs

"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:

> Sebastian P. Luque wrote:
>> On Wed, 07 Mar 2007 18:19:03 +0100,
>> Hadron <hadronquark@gmail.com> wrote:
>>
>>> Whats up with css mode?
>>
>> I use css-mode:
>>
>>
>> ---<---------------cut here---------------start-------------->---
>> #pubpic{          background-position: top left;
>>          background:url("x.jpg");
>>          position:fixed;
>>          top: 10%;
>>          left: 70%;
>>          border-width: 1px 1px 1px 1px;
>>          border-spacing: 5px;
>>          border-style: ridge ridge ridge ridge;
>>          border-color: green;
>>          text-align:center;
>>          height:160px;font-size:130%;
>>          }
>> ---<---------------cut here---------------end---------------->---
>
>
> Which CSS mode?
>
>

css-mode 

-- 

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

* Re: css mode?
  2007-03-07 18:44     ` Hadron
@ 2007-03-07 21:29       ` Jiri Pejchal
       [not found]       ` <mailman.621.1173303033.7795.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Jiri Pejchal @ 2007-03-07 21:29 UTC (permalink / raw)
  To: help-gnu-emacs

Hadron <hadronquark@gmail.com> writes:

> "Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:
>
>> Sebastian P. Luque wrote:
>>> On Wed, 07 Mar 2007 18:19:03 +0100,
>>> Hadron <hadronquark@gmail.com> wrote:
>>>
>>>> Whats up with css mode?
>>>
>>> I use css-mode:
>>
>> Which CSS mode?
>>
>>
>
> css-mode

Acording to
http://www.emacswiki.org/cgi-bin/wiki/CascadingStyleSheetMode there are
at least five css modes.

--
Jiri Pejchal

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

* Re: css mode?
       [not found]       ` <mailman.621.1173303033.7795.help-gnu-emacs@gnu.org>
@ 2007-03-08  1:04         ` Hadron
  2007-03-08  1:44           ` Lennart Borgman (gmail)
  0 siblings, 1 reply; 9+ messages in thread
From: Hadron @ 2007-03-08  1:04 UTC (permalink / raw)
  To: help-gnu-emacs

Jiri Pejchal <jiri.pejchal@gmail.com> writes:

> Hadron <hadronquark@gmail.com> writes:
>
>> "Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:
>>
>>> Sebastian P. Luque wrote:
>>>> On Wed, 07 Mar 2007 18:19:03 +0100,
>>>> Hadron <hadronquark@gmail.com> wrote:
>>>>
>>>>> Whats up with css mode?
>>>>
>>>> I use css-mode:
>>>
>>> Which CSS mode?
>>>
>>>
>>
>> css-mode
>
> Acording to
> http://www.emacswiki.org/cgi-bin/wiki/CascadingStyleSheetMode there are
> at least five css modes.

Gagh.

So, is there a concencus of which one works fully and best? This is
another case of choice not necessarily being a good thing IMO.

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

* Re: css mode?
  2007-03-08  1:04         ` Hadron
@ 2007-03-08  1:44           ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 9+ messages in thread
From: Lennart Borgman (gmail) @ 2007-03-08  1:44 UTC (permalink / raw)
  To: Hadron; +Cc: help-gnu-emacs

Hadron wrote:
> Jiri Pejchal <jiri.pejchal@gmail.com> writes:
> 
>> Hadron <hadronquark@gmail.com> writes:
>>
>>> "Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:
>>>
>>>> Sebastian P. Luque wrote:
>>>>> On Wed, 07 Mar 2007 18:19:03 +0100,
>>>>> Hadron <hadronquark@gmail.com> wrote:
>>>>>
>>>>>> Whats up with css mode?
>>>>> I use css-mode:
>>>> Which CSS mode?
>>>>
>>>>
>>> css-mode
>> Acording to
>> http://www.emacswiki.org/cgi-bin/wiki/CascadingStyleSheetMode there are
>> at least five css modes.
> 
> Gagh.
> 
> So, is there a concencus of which one works fully and best? This is
> another case of choice not necessarily being a good thing IMO.


There is no consensus yet, but I would bet on Stefan Monnier's version. 
Which I expect to be put somewhere on the web soon. (And it will be 
included in nXhtml.)

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

* Re: css mode?
  2007-03-07 17:19 css mode? Hadron
  2007-03-07 17:44 ` Sebastian P. Luque
@ 2007-05-09 15:38 ` Lennart Borgman
  1 sibling, 0 replies; 9+ messages in thread
From: Lennart Borgman @ 2007-05-09 15:38 UTC (permalink / raw)
  To: Hadron; +Cc: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 730 bytes --]

On 3/7/07, Hadron <hadronquark@gmail.com> wrote:
>
>
> Whats up with css mode?
>
> #pubpic{
>                    background-position: top left;
>                    background:url("x.jpg");
>                    position:fixed;
>                    top: 10%;
>                    left: 70%;
>                    border-width: 1px 1px 1px 1px;
>                    border-spacing: 5px;
>                    border-style: ridge ridge ridge ridge;
>                    border-color: green;
>                    text-align:center;
>          height:160px;font-size:130%;
> }
>
> Indentation has a mind of its own. Aynone editing css with emacs and if
> so, what modes are you using?


The one that comes with nXhtml. Is this that one?

[-- Attachment #1.2: Type: text/html, Size: 1983 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

end of thread, other threads:[~2007-05-09 15:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-07 17:19 css mode? Hadron
2007-03-07 17:44 ` Sebastian P. Luque
2007-03-07 17:53   ` Lennart Borgman (gmail)
2007-03-07 18:18     ` Sebastian P. Luque
     [not found]   ` <mailman.608.1173290018.7795.help-gnu-emacs@gnu.org>
2007-03-07 18:44     ` Hadron
2007-03-07 21:29       ` Jiri Pejchal
     [not found]       ` <mailman.621.1173303033.7795.help-gnu-emacs@gnu.org>
2007-03-08  1:04         ` Hadron
2007-03-08  1:44           ` Lennart Borgman (gmail)
2007-05-09 15:38 ` Lennart Borgman

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.