unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* canna2ps
@ 2003-04-23 19:45 Guldo K
  0 siblings, 0 replies; 7+ messages in thread
From: Guldo K @ 2003-04-23 19:45 UTC (permalink / raw)


Hello everybody!

Hope this is the right place for my postin'!

I set up emacs to use canna, for writing japanese text. It's fine.
But when I try ps-spool-buffer I get:
Font for some characters not found, continue anyway? (y or n)
and the resulting *.ps lacks jap characters.
So it's a font problem.
How can I fix this?

Thank you all,

Guldo

Debian woody
Linux 2.4.20
KDE 2.2

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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

* Re: canna2ps
       [not found] <mailman.5129.1051128100.21513.help-gnu-emacs@gnu.org>
@ 2003-04-25 11:13 ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2003-04-25 11:13 UTC (permalink / raw)


"Guldo K" wrote:

> I set up emacs to use canna, for writing japanese text. It's fine.
> But when I try ps-spool-buffer I get:
> Font for some characters not found, continue anyway? (y or n)
> and the resulting *.ps lacks jap characters.

I'm not entirely sure, but maybe you could (if you haven't already)
get and install the intlfonts package
http://www.gnu.org/directory/localization/intlfonts.html

Then try something like:

(setq ps-multibyte-buffer 'bdf-font-except-latin)

(add-to-list 'bdf-directory-list "/path/to/intlfonts/bdf")

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

* Re: canna2ps
@ 2003-04-25 19:25 Guldo K
  0 siblings, 0 replies; 7+ messages in thread
From: Guldo K @ 2003-04-25 19:25 UTC (permalink / raw)


Glenn Morris wrote:
>"Guldo K" wrote:
>
>>I set up emacs to use canna, for writing japanese text. It's fine.
>>But when I try ps-spool-buffer I get:
>>Font for some characters not found, continue anyway? (y or n)
>>and the resulting *.ps lacks jap characters.
>
>
>I'm not entirely sure, but maybe you could (if you haven't already)
>get and install the intlfonts package
>http://www.gnu.org/directory/localization/intlfonts.html
I already have, thanks.
(xfonts-intl-japanese)

>Then try something like:
>
>(setq ps-multibyte-buffer 'bdf-font-except-latin)
>
>(add-to-list 'bdf-directory-list "/path/to/intlfonts/bdf")
Please forgive me, but, WHERE am I supposed tu insert those commands? Not in 
the mini-buffer, neither shell........

Thank you very much,

Guldo

Debian woody
Linux 2.4.20
KDE 2.2

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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

* Re: canna2ps
       [not found] <mailman.5207.1051298766.21513.help-gnu-emacs@gnu.org>
@ 2003-04-26 16:41 ` Glenn Morris
  0 siblings, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2003-04-26 16:41 UTC (permalink / raw)


"Guldo K" wrote:

>>(setq ps-multibyte-buffer 'bdf-font-except-latin)
>>
>>(add-to-list 'bdf-directory-list "/path/to/intlfonts/bdf")
>
> Please forgive me, but, WHERE am I supposed tu insert those
> commands? Not in the mini-buffer, neither shell........

Place them in your ~/.emacs configuration file, which you can open
from Emacs with

C-x C-f ~/.emacs

Don't get too hopeful, by the way, as I am not very sure of my
suggestion...

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

* Re: canna2ps
       [not found] <mailman.5259.1051469863.21513.help-gnu-emacs@gnu.org>
@ 2003-04-27 19:11 ` Kai Großjohann
  2003-04-29  0:17   ` canna2ps Guldo K
  0 siblings, 1 reply; 7+ messages in thread
From: Kai Großjohann @ 2003-04-27 19:11 UTC (permalink / raw)


"Guldo K" <guldo@hotmail.com> writes:

> I had no .emacs file, so I created it.
> Opening emacs now gives:
> Error in init file: Symbol's value as variable is void: setq

Show us your .emacs file.  It seems you forgot a parenthesis.

-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)

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

* Re: canna2ps
  2003-04-27 19:11 ` canna2ps Kai Großjohann
@ 2003-04-29  0:17   ` Guldo K
  2003-04-29 13:50     ` canna2ps Kai Großjohann
  0 siblings, 1 reply; 7+ messages in thread
From: Guldo K @ 2003-04-29  0:17 UTC (permalink / raw)


On Sun, 27 Apr 2003 21:11:33 +0200
kai.grossjohann@gmx.net (Kai Gro) wrote:

> "Guldo K" <guldo@hotmail.com> writes:
> 
> > I had no .emacs file, so I created it.
> > Opening emacs now gives:
> > Error in init file: Symbol's value as variable is void: setq
> 
> Show us your .emacs file.  It seems you forgot a parenthesis.

In fact I put no parentheses at all.... sorry.
Now I have, and I no longer get that message; but as I try
ps-spool-buffer
I get
BDF file jiskan24.bdf doesn't exist
and no ps output is produced. I installed xfonts, but there's no *.bdf in my system.
Maybe I'd better try and understand how debian get along with this.

Thank you very much,

Guldo

p.s.: sorry for my previous bad habit in posting, it was due to the fact I used hotmail, that gets rid of important tags for list-replying.
Now it should be definitely fixed.

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

* Re: canna2ps
  2003-04-29  0:17   ` canna2ps Guldo K
@ 2003-04-29 13:50     ` Kai Großjohann
  0 siblings, 0 replies; 7+ messages in thread
From: Kai Großjohann @ 2003-04-29 13:50 UTC (permalink / raw)


Guldo K <guldo@tiscali.it> writes:

> BDF file jiskan24.bdf doesn't exist

I have that file.  I installed the GNU intlfonts package from
ftp.gnu.org.  It was not a Debian package.
-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)

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

end of thread, other threads:[~2003-04-29 13:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5129.1051128100.21513.help-gnu-emacs@gnu.org>
2003-04-25 11:13 ` canna2ps Glenn Morris
     [not found] <mailman.5259.1051469863.21513.help-gnu-emacs@gnu.org>
2003-04-27 19:11 ` canna2ps Kai Großjohann
2003-04-29  0:17   ` canna2ps Guldo K
2003-04-29 13:50     ` canna2ps Kai Großjohann
     [not found] <mailman.5207.1051298766.21513.help-gnu-emacs@gnu.org>
2003-04-26 16:41 ` canna2ps Glenn Morris
2003-04-25 19:25 canna2ps Guldo K
  -- strict thread matches above, loose matches on Subject: below --
2003-04-23 19:45 canna2ps Guldo K

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).