all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* utf-8-fragment-on-decoding
@ 2004-12-10 20:17 Guldo K
  2004-12-10 21:59 ` utf-8-fragment-on-decoding Reiner Steib
  0 siblings, 1 reply; 10+ messages in thread
From: Guldo K @ 2004-12-10 20:17 UTC (permalink / raw)


Hello everybody.

I get this error message upon reading the init file:
Symbol's value as variable is void: utf-8-fragment-on-decoding

This is caused by unify-8859-on-decoding-mode, as I'm using this piece 
of code:

(set-language-environment "Latin-9")
(require 'ucs-tables)
(unify-8859-on-encoding-mode 1)
(unify-8859-on-decoding-mode 1)

If I comment out the last line alone, emacs starts with no errors, so 
that very last line has to be the reason why.
How can I fix it?

Thanks :)
-- 
Guldo
www.giapponegiappone.it
Powered by Debian Sid

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

* Re: utf-8-fragment-on-decoding
  2004-12-10 20:17 utf-8-fragment-on-decoding Guldo K
@ 2004-12-10 21:59 ` Reiner Steib
  2004-12-11 11:59   ` utf-8-fragment-on-decoding Guldo K
  0 siblings, 1 reply; 10+ messages in thread
From: Reiner Steib @ 2004-12-10 21:59 UTC (permalink / raw)


On Fri, Dec 10 2004, Guldo K wrote:

> I get this error message upon reading the init file:
> Symbol's value as variable is void: utf-8-fragment-on-decoding
>
> This is caused by unify-8859-on-decoding-mode, as I'm using this piece of
> code:
>
> (set-language-environment "Latin-9")
> (require 'ucs-tables)
> (unify-8859-on-encoding-mode 1)
> (unify-8859-on-decoding-mode 1)
>
> If I comment out the last line alone, emacs starts with no errors, so that
> very last line has to be the reason why.

Which version of Emacs?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: utf-8-fragment-on-decoding
  2004-12-10 21:59 ` utf-8-fragment-on-decoding Reiner Steib
@ 2004-12-11 11:59   ` Guldo K
  2004-12-11 14:24     ` utf-8-fragment-on-decoding Reiner Steib
  0 siblings, 1 reply; 10+ messages in thread
From: Guldo K @ 2004-12-11 11:59 UTC (permalink / raw)


Reiner Steib ha scritto:
> On Fri, Dec 10 2004, Guldo K wrote:
> 
> 
>>I get this error message upon reading the init file:
>>Symbol's value as variable is void: utf-8-fragment-on-decoding
>>
>>This is caused by unify-8859-on-decoding-mode
>>[...]
> 
> Which version of Emacs?

GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) 
of 2002-03-22 on raven, modified by Debian

Thanks.
-- 
Guldo
www.giapponegiappone.it
Powered by Debian Sid

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

* Re: utf-8-fragment-on-decoding
  2004-12-11 11:59   ` utf-8-fragment-on-decoding Guldo K
@ 2004-12-11 14:24     ` Reiner Steib
  2004-12-11 17:35       ` utf-8-fragment-on-decoding Guldo K
  0 siblings, 1 reply; 10+ messages in thread
From: Reiner Steib @ 2004-12-11 14:24 UTC (permalink / raw)


On Sat, Dec 11 2004, Guldo K wrote:

> Reiner Steib ha scritto:
>> On Fri, Dec 10 2004, Guldo K wrote:
>> 
>>>I get this error message upon reading the init file:
>>>Symbol's value as variable is void: utf-8-fragment-on-decoding
>>>
>>>This is caused by unify-8859-on-decoding-mode
>>>[...]
>> Which version of Emacs?
>
> GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of
> 2002-03-22 on raven, modified by Debian

Emacs 21.2 doesn't include `ucs-tables.el' and the functions
`unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'.
Probably the version of `ucs-tables.el' comes from a later version of
Emacs and it doesn't fit.

The best solution would be to upgrade to Emacs 21.3.  If you don't
want to do this, you may follow the instructions in `rs-gnus-unify.el':

  http://my.gnus.org/howtos/unify
  http://theotp1.physik.uni-ulm.de/~ste/comp/emacs/gnus/rs-gnus-unify.el

Be sure to use exactly the versions of `ucs-tables.el' and `utf-8.el'
described there and to follow the install instructions.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: utf-8-fragment-on-decoding
  2004-12-11 14:24     ` utf-8-fragment-on-decoding Reiner Steib
@ 2004-12-11 17:35       ` Guldo K
  2004-12-11 19:28         ` utf-8-fragment-on-decoding Reiner Steib
  2004-12-11 20:02         ` utf-8-fragment-on-decoding Guldo K
  0 siblings, 2 replies; 10+ messages in thread
From: Guldo K @ 2004-12-11 17:35 UTC (permalink / raw)


Reiner Steib ha scritto:
> Emacs 21.2 doesn't include `ucs-tables.el' and the functions
> `unify-8859-on-decoding-mode' and `unify-8859-on-encoding-mode'.
> Probably the version of `ucs-tables.el' comes from a later version of
> Emacs and it doesn't fit.
> 
> The best solution would be to upgrade to Emacs 21.3.

Thanks for the reply.
I am trying to compile and install 21.3, since I found no debian packages.
I compiled it, but starting the ./src/emacs file it complains about termcap.
I've found info in the /etc/PROBLEMS file:

######
* Emacs does not start complaining that it cannot open termcap database 
file.

If your system uses Terminfo rather than termcap (most modern systems
do), this could happen if you have an old version of ncurses
installed, or if the newer version is not visible to the Emacs
configure script (i.e. it cannot be found along the usual path the
linker looks for libraries).

The solution is to install a newer version of ncurses, and make sure
the linker can find it.
######

I checked for ncurses, and I do have them installed.
I have all of those packages, ncurses-base, libncurses, ...
(I have no idea what Terminfo and termcap are...)

What's wrong?

Thank you.
-- 
Guldo
www.giapponegiappone.it
Powered by Debian Sid

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

* Re: utf-8-fragment-on-decoding
  2004-12-11 17:35       ` utf-8-fragment-on-decoding Guldo K
@ 2004-12-11 19:28         ` Reiner Steib
  2004-12-11 20:02         ` utf-8-fragment-on-decoding Guldo K
  1 sibling, 0 replies; 10+ messages in thread
From: Reiner Steib @ 2004-12-11 19:28 UTC (permalink / raw)


On Sat, Dec 11 2004, Guldo K wrote:

> Reiner Steib ha scritto:
[...]
>> The best solution would be to upgrade to Emacs 21.3.
>
> I am trying to compile and install 21.3, since I found no debian packages.

I don't use Debian, but there should be an Emacs 21.3 out there.  If
nobody here can help you, you may ask on the Debian Emacsen mailing
list (nntp://news.gmane.org/gmane.linux.debian.devel.emacsen).

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: utf-8-fragment-on-decoding
  2004-12-11 17:35       ` utf-8-fragment-on-decoding Guldo K
  2004-12-11 19:28         ` utf-8-fragment-on-decoding Reiner Steib
@ 2004-12-11 20:02         ` Guldo K
  2004-12-11 20:52           ` utf-8-fragment-on-decoding David Kastrup
                             ` (2 more replies)
  1 sibling, 3 replies; 10+ messages in thread
From: Guldo K @ 2004-12-11 20:02 UTC (permalink / raw)


Guldo K wrote:
> Reiner Steib wrote:
> 
>> The best solution would be to upgrade to Emacs 21.3.
> 
> Thanks for the reply.
> I am trying to compile and install 21.3, since I found no debian packages.
> I compiled it, but starting the ./src/emacs file it complains about 
> termcap.

OK, I've realized I needed the developer package.
Now I'd like to make emacs use X, too.
I run:
# ./configure --with-x-toolkit=athena --with-x
but the output says:
<stuff>
checking for X... no
<stuff>
What window system should Emacs use?                    none
What toolkit should Emacs use?                          none
Where do we find X Windows header files?                NONE
Where do we find X Windows libraries?                   NONE
<stuff>

How can I fix it?

Thank you :)
-- 
Guldo
www.giapponegiappone.it
Powered by Debian Sid

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

* Re: utf-8-fragment-on-decoding
  2004-12-11 20:02         ` utf-8-fragment-on-decoding Guldo K
@ 2004-12-11 20:52           ` David Kastrup
  2004-12-11 23:01           ` utf-8-fragment-on-decoding Peter Dyballa
       [not found]           ` <mailman.5276.1102806711.27204.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 10+ messages in thread
From: David Kastrup @ 2004-12-11 20:52 UTC (permalink / raw)


Guldo K <guldo@no_spam.it> writes:

> Guldo K wrote:
>> Reiner Steib wrote:
>> 
>>> The best solution would be to upgrade to Emacs 21.3.
>> Thanks for the reply.
>> I am trying to compile and install 21.3, since I found no debian packages.
>> I compiled it, but starting the ./src/emacs file it complains about
>> termcap.
>
> OK, I've realized I needed the developer package.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> Now I'd like to make emacs use X, too.
> I run:
> # ./configure --with-x-toolkit=athena --with-x
> but the output says:
> <stuff>
> checking for X... no
^^^^^^^^^^^^^^^^^^^^^^

> How can I fix it?

Guess.  It should be easier the second time.  And if your Emacs fails
to compile support included graphics and other stuff, you can probably
figure out how to fix _that_ without asking again, then.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: utf-8-fragment-on-decoding
  2004-12-11 20:02         ` utf-8-fragment-on-decoding Guldo K
  2004-12-11 20:52           ` utf-8-fragment-on-decoding David Kastrup
@ 2004-12-11 23:01           ` Peter Dyballa
       [not found]           ` <mailman.5276.1102806711.27204.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 10+ messages in thread
From: Peter Dyballa @ 2004-12-11 23:01 UTC (permalink / raw)



Am 11.12.2004 um 21:02 schrieb Guldo K:

> # ./configure --with-x-toolkit=athena --with-x

  --with-x-toolkit=lucid gives you more.

When you invoke './configure --help' you get some hints on 
configuration options. If this does not bring you some steps forward 
you should try to study configure's log file. There you'll probably see 
why it can't find your X11 installation (configure usually looks for C 
header files and libraries). (There is also an option to configure GNU 
Emacs with GTK  -- it looks good in GNOME then.)

--
Greetings

   Pete

Mac OS X is like a wigwam: no fences, no gates, but an apache inside.

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

* Re: utf-8-fragment-on-decoding
       [not found]           ` <mailman.5276.1102806711.27204.help-gnu-emacs@gnu.org>
@ 2004-12-11 23:34             ` Reiner Steib
  0 siblings, 0 replies; 10+ messages in thread
From: Reiner Steib @ 2004-12-11 23:34 UTC (permalink / raw)


On Sun, Dec 12 2004, Peter Dyballa wrote:

> (There is also an option to configure GNU Emacs with GTK -- it looks
> good in GNOME then.)

Not in any released version of Emacs, i.e. <= 21.3.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

end of thread, other threads:[~2004-12-11 23:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-10 20:17 utf-8-fragment-on-decoding Guldo K
2004-12-10 21:59 ` utf-8-fragment-on-decoding Reiner Steib
2004-12-11 11:59   ` utf-8-fragment-on-decoding Guldo K
2004-12-11 14:24     ` utf-8-fragment-on-decoding Reiner Steib
2004-12-11 17:35       ` utf-8-fragment-on-decoding Guldo K
2004-12-11 19:28         ` utf-8-fragment-on-decoding Reiner Steib
2004-12-11 20:02         ` utf-8-fragment-on-decoding Guldo K
2004-12-11 20:52           ` utf-8-fragment-on-decoding David Kastrup
2004-12-11 23:01           ` utf-8-fragment-on-decoding Peter Dyballa
     [not found]           ` <mailman.5276.1102806711.27204.help-gnu-emacs@gnu.org>
2004-12-11 23:34             ` utf-8-fragment-on-decoding Reiner Steib

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.