emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Weird error when compiling org 4.66
@ 2007-02-25 21:19 Tassilo Horn
  2007-02-26 11:05 ` Tassilo Horn
  0 siblings, 1 reply; 11+ messages in thread
From: Tassilo Horn @ 2007-02-25 21:19 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

I'm trying to update to org-4.66, but I get a weird error when trying to
byte-compile org.el:

,----
| $ emacs --batch -f batch-byte-compile --no-site-file --no-init-file org.el 
| 
| In toplevel form:
| org.el:72:13:Error: Wrong type argument: integer-or-marker-p, "räksmörgås
| "
`----

The error seems to be in the (require 'calendar) line in the first
eval-when-compile in org.el. I grepped org's and emacs' sources, but I
cannot find the string "räksmörgås"...

Does anyone have a clue where this error comes from?

Bye,
Tassilo
-- 
* delYsid has mortgage, opportunity and penis in his score file.
<delYsid> thats pretty effective against spam
<Luke> aren't you worried about missing opportunities to mortgage
       your penis?

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

* Re: Weird error when compiling org 4.66
  2007-02-25 21:19 Weird error when compiling org 4.66 Tassilo Horn
@ 2007-02-26 11:05 ` Tassilo Horn
  2007-02-26 11:38   ` Peder O. Klingenberg
  0 siblings, 1 reply; 11+ messages in thread
From: Tassilo Horn @ 2007-02-26 11:05 UTC (permalink / raw)
  To: emacs-orgmode

Tassilo Horn <tassilo@member.fsf.org> writes:

Hi all,

> ,----
> | $ emacs --batch -f batch-byte-compile --no-site-file --no-init-file org.el 
> | 
> | In toplevel form:
> | org.el:72:13:Error: Wrong type argument: integer-or-marker-p, "räksmörgås
> | "
> `----
>
> The error seems to be in the (require 'calendar) line in the first
> eval-when-compile in org.el. I grepped org's and emacs' sources, but I
> cannot find the string "räksmörgås"...
>
> Does anyone have a clue where this error comes from?

After updating my 2 days old emacs 22.0.93.1 to 22.0.94.1 the problem is
gone. Nevertheless I'm still interested in an explanation.

Bye,
Tassilo, who supposes räksmörgås is the norse god of wrong type argument
         errors ;-)
-- 
[Emacs] is written in Lisp, which is the only computer language that is
beautiful.  -- Neal Stephenson, _In the Beginning was the Command Line_

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

* Re: Weird error when compiling org 4.66
  2007-02-26 11:05 ` Tassilo Horn
@ 2007-02-26 11:38   ` Peder O. Klingenberg
  2007-02-26 12:27     ` Tassilo Horn
  0 siblings, 1 reply; 11+ messages in thread
From: Peder O. Klingenberg @ 2007-02-26 11:38 UTC (permalink / raw)
  To: emacs-orgmode

Tassilo Horn <tassilo@member.fsf.org> writes:

> Tassilo, who supposes räksmörgås is the norse god of wrong type argument
>          errors ;-)

In case noone else has told you, "räksmörgås" is Swedish and means
approximately "shrimp sandwich".  Its main use in computing is as a
test word, as it's a single word containing all three of the non-ascii
letters in the Swedish alphabet.  Useful for testing charset issues.

(Norwegians like me often use the word "blåbærsyltetøy" (blueberry
jam) for the same purpose.)

...Peder..., trying to fill his off-topic-of-the-week quota. :)
-- 
I wish a new life awaited _me_ in some off-world colony.

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

* Re: Weird error when compiling org 4.66
  2007-02-26 11:38   ` Peder O. Klingenberg
@ 2007-02-26 12:27     ` Tassilo Horn
  2007-02-26 20:36       ` Carsten Dominik
  0 siblings, 1 reply; 11+ messages in thread
From: Tassilo Horn @ 2007-02-26 12:27 UTC (permalink / raw)
  To: emacs-orgmode

peder@news.klingenberg.no (Peder O. Klingenberg) writes:

Hi Peder,

>> Tassilo, who supposes räksmörgås is the norse god of wrong type argument
>>          errors ;-)
>
> In case noone else has told you, "räksmörgås" is Swedish and means
> approximately "shrimp sandwich".  Its main use in computing is as a
> test word, as it's a single word containing all three of the non-ascii
> letters in the Swedish alphabet.  Useful for testing charset issues.
>
> (Norwegians like me often use the word "blåbærsyltetøy" (blueberry
> jam) for the same purpose.)

Wow, now I'd like to have a räksmörgås with some blåbærsyltetøy.

Regards, Tassilo, who tries finding a tasty German word with all
non-ascii chars. "Gülle-Käse-Öl-Soße" is probably not that tasty...
-- 
          "Emacs is not a development tool but a way of life."
                - David Kastrup in alt.religion.emacs -

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

* Re: Re: Weird error when compiling org 4.66
  2007-02-26 12:27     ` Tassilo Horn
@ 2007-02-26 20:36       ` Carsten Dominik
  2007-02-26 22:00         ` goud-H
  0 siblings, 1 reply; 11+ messages in thread
From: Carsten Dominik @ 2007-02-26 20:36 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: emacs-orgmode


On Feb 26, 2007, at 13:27, Tassilo Horn wrote:

> peder@news.klingenberg.no (Peder O. Klingenberg) writes:
>
> Wow, now I'd like to have a räksmörgås with some blåbærsyltetøy.
>
> Regards, Tassilo, who tries finding a tasty German word with all
> non-ascii chars. "Gülle-Käse-Öl-Soße" is probably not that tasty...


Dünenkräuterklöße? :-)

- Carsten

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

* Re: Weird error when compiling org 4.66
  2007-02-26 20:36       ` Carsten Dominik
@ 2007-02-26 22:00         ` goud-H
  2007-02-28  8:51           ` Carsten Dominik
  0 siblings, 1 reply; 11+ messages in thread
From: goud-H @ 2007-02-26 22:00 UTC (permalink / raw)
  To: emacs-orgmode

> Dünenkräuterklöße? 
> 
> - Carsten
> 


Mädesüßöl
(yes, that really exists...)

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

* Re: Re: Weird error when compiling org 4.66
  2007-02-26 22:00         ` goud-H
@ 2007-02-28  8:51           ` Carsten Dominik
  2007-02-28 11:18             ` [OT] Mädesüßöl - was " dave
  0 siblings, 1 reply; 11+ messages in thread
From: Carsten Dominik @ 2007-02-28  8:51 UTC (permalink / raw)
  To: goud-H; +Cc: emacs-orgmode


On Feb 26, 2007, at 23:00, goud-H wrote:

>> Dünenkräuterklöße?
>>
>> - Carsten
>>
>
>
> Mädesüßöl
> (yes, that really exists...)


Genious, ingenious.  I only wonder if it tastes well?

- Carsten

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

* [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66
  2007-02-28  8:51           ` Carsten Dominik
@ 2007-02-28 11:18             ` dave
  2007-02-28 11:21               ` Uwe Jochum
                                 ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: dave @ 2007-02-28 11:18 UTC (permalink / raw)
  To: emacs-orgmode

On Date: Wed, 28 Feb 2007 09:51:31 +0100, Carsten Dominik <dominik@science.uva.nl> wrote:
> 
> On Feb 26, 2007, at 23:00, goud-H wrote:
> 
> >> Dünenkräuterklöße?
> >>
> >
> >
> > Mädesüßöl
> > (yes, that really exists...)
> 
> 
> Genious, ingenious.  I only wonder if it tastes well?

You can buy some here, I think

 http://www.truestyleshop.de/product_info.php/cPath/405_206_263/products_id/2442

but I can't figure out what it is ([something] sweet oil?). Anyone care to
explain these words to us non-German speakers?

Dave

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

* Re: [OT] Mädesüßöl - was Re: Re: Weird  error when compiling org 4.66
  2007-02-28 11:18             ` [OT] Mädesüßöl - was " dave
@ 2007-02-28 11:21               ` Uwe Jochum
  2007-02-28 11:24               ` Patrick Drechsler
  2007-02-28 21:51               ` goud-H
  2 siblings, 0 replies; 11+ messages in thread
From: Uwe Jochum @ 2007-02-28 11:21 UTC (permalink / raw)
  To: emacs-orgmode


Although being a native German I never had heard the word "Mädesüßöl"
before... After a look into a dictionary it is this:

"Mädesüß" is a plant, a kind of a rose.

"Öl" is oil. 

Both packed together into a German "Nominalkompositum", which is a
nominal compound. Great fun fornonnativespeakersofGerman.

So it's simply a kind of rose oil. Don't know if that one tastes sweet.

Schöne Grüße,

Uwe

Message from Feb 28 2007 (12:18):
>> > Mädesüßöl
>> > (yes, that really exists...)
>
> You can buy some here, I think
>
>  http://www.truestyleshop.de/product_info.php/cPath/405_206_263/products_id/2442
>
> but I can't figure out what it is ([something] sweet oil?). Anyone care to
> explain these words to us non-German speakers?
>
> Dave

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

* Re: [OT] Mädesüßöl - was Re: Re: Weird error  when compiling org 4.66
  2007-02-28 11:18             ` [OT] Mädesüßöl - was " dave
  2007-02-28 11:21               ` Uwe Jochum
@ 2007-02-28 11:24               ` Patrick Drechsler
  2007-02-28 21:51               ` goud-H
  2 siblings, 0 replies; 11+ messages in thread
From: Patrick Drechsler @ 2007-02-28 11:24 UTC (permalink / raw)
  To: emacs-orgmode

dave@skiddlydee.com writes:

> On Date: Wed, 28 Feb 2007 09:51:31 +0100, Carsten Dominik <dominik@science.uva.nl> wrote:
>> 
>> On Feb 26, 2007, at 23:00, goud-H wrote:
>> 
>> >> Dünenkräuterklöße?
>> >>
>> > Mädesüßöl
>> > (yes, that really exists...)
>> 
[...]
> but I can't figure out what it is ([something] sweet oil?). Anyone care to
> explain these words to us non-German speakers?

German for Meadowsweet:

http://en.wikipedia.org/wiki/Meadowsweet

Patrick
-- 
Linus: I'll throw the ball, see? 
       Then you go bounding after it and bring it back!
Snoopy: Maybe we should think about this a little more. 

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

* Re: [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66
  2007-02-28 11:18             ` [OT] Mädesüßöl - was " dave
  2007-02-28 11:21               ` Uwe Jochum
  2007-02-28 11:24               ` Patrick Drechsler
@ 2007-02-28 21:51               ` goud-H
  2 siblings, 0 replies; 11+ messages in thread
From: goud-H @ 2007-02-28 21:51 UTC (permalink / raw)
  To: emacs-orgmode

> but I can't figure out what it is ([something] sweet oil?). Anyone care to
> explain these words to us non-German speakers?
> 
> Dave
> 

i confess, it really isnt a very commonly used word in german.
but looking for the *shortest possible* word including all the 4 non-ascii 
letters in german i had this idea.

as you may have read in the meantime, mainly the green parts and flowers are 
used as an aromatic ingredient in drinks and also in medical appliances for its 
medicinal properties.
the oil (german: Öl) is (admittedly) very rarely used in cosmetic products, i 
guess due to its anti-inflammatory attributes.

goud-H

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

end of thread, other threads:[~2007-02-28 21:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-25 21:19 Weird error when compiling org 4.66 Tassilo Horn
2007-02-26 11:05 ` Tassilo Horn
2007-02-26 11:38   ` Peder O. Klingenberg
2007-02-26 12:27     ` Tassilo Horn
2007-02-26 20:36       ` Carsten Dominik
2007-02-26 22:00         ` goud-H
2007-02-28  8:51           ` Carsten Dominik
2007-02-28 11:18             ` [OT] Mädesüßöl - was " dave
2007-02-28 11:21               ` Uwe Jochum
2007-02-28 11:24               ` Patrick Drechsler
2007-02-28 21:51               ` goud-H

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

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).