all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can't get italic face!
@ 2005-02-08 22:30 romeomedina
  2005-02-09  0:47 ` August
  0 siblings, 1 reply; 9+ messages in thread
From: romeomedina @ 2005-02-08 22:30 UTC (permalink / raw)


Hi.

I want to get the italic face, but can't:
I select a word, then do `M-g i' and nothing happens.
Instead, `M-g b' for bold face and `M-g u' for underline work fine.
Any suggestion?
I have CVS Emacs 21.3.50.

Thanks,
Rodolfo




____________________________________________________________
Navighi a 2 MEGA e i primi 3 mesi sono GRATIS. 
Scegli Libero Adsl Flat senza limiti su http://www.libero.it


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

* Re: Can't get italic face!
  2005-02-08 22:30 romeomedina
@ 2005-02-09  0:47 ` August
  2005-02-09 10:07   ` Rodolfo Medina
  0 siblings, 1 reply; 9+ messages in thread
From: August @ 2005-02-09  0:47 UTC (permalink / raw)


On tis, 2005-02-08 at 23:30 +0100, romeomedina@libero.it wrote:
> I want to get the italic face, but can't:
> I select a word, then do `M-g i' and nothing happens.
> Instead, `M-g b' for bold face and `M-g u' for underline work fine.
> Any suggestion?
> I have CVS Emacs 21.3.50.

Does the selected font define an italic shape?

-- 
August

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

* Re: Can't get italic face!
  2005-02-09  0:47 ` August
@ 2005-02-09 10:07   ` Rodolfo Medina
  2005-02-09 15:35     ` August
  0 siblings, 1 reply; 9+ messages in thread
From: Rodolfo Medina @ 2005-02-09 10:07 UTC (permalink / raw)


Rodolfo wrote:

> I want to get the italic face, but can't:
> I select a word, then do `M-g i' and nothing happens.
> Instead, `M-g b' for bold face and `M-g u' for underline work fine.
> Any suggestion?
> I have CVS Emacs 21.3.50.


August wrote:

> Does the selected font define an italic shape?


I don't think so. When I try to customize the font
I select the item 'slant' and, under this, the option
'oblique', but the example shown by Emacs does not
show any oblique shape, but the default shape instead.
Is it possible, and how?, to obtain an italic shape?
After all, the 'bold' and 'underline' face work fine.

Thanks,
Rodolfo

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

* Re: Can't get italic face!
  2005-02-09 10:07   ` Rodolfo Medina
@ 2005-02-09 15:35     ` August
  0 siblings, 0 replies; 9+ messages in thread
From: August @ 2005-02-09 15:35 UTC (permalink / raw)


On ons, 2005-02-09 at 11:07 +0100, Rodolfo Medina wrote:
> Rodolfo wrote:
> 
> > I want to get the italic face, but can't:
> > I select a word, then do `M-g i' and nothing happens.
> > Instead, `M-g b' for bold face and `M-g u' for underline work fine.
> > Any suggestion?
> > I have CVS Emacs 21.3.50.
> 
> 
> August wrote:
> 
> > Does the selected font define an italic shape?
> 
> 
> I don't think so. When I try to customize the font
> I select the item 'slant' and, under this, the option
> 'oblique', but the example shown by Emacs does not
> show any oblique shape, but the default shape instead.
> Is it possible, and how?, to obtain an italic shape?
> After all, the 'bold' and 'underline' face work fine.

What I mean is that if you are using a raster font that don't have an
italic shape (no such glyphs defined) then you're out of luck. Some
fonts, e.g. Proggy Clean, don't even have a bold shape. With vector
fonts (e.g. True Type) the application can sometimes change the shape of
the a font (with no italic/bold shape defined) by applying a transform.
Nevertheless, the result will only look good if the font has a real
italic shape defined.

-- 
August

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

* Re: Can't get italic face!
@ 2005-02-10 10:43 romeomedina
  0 siblings, 0 replies; 9+ messages in thread
From: romeomedina @ 2005-02-10 10:43 UTC (permalink / raw)


Rodolfo wrote:

> I want to get the italic face, but can't:
> I select a word, then do `M-g i' and nothing happens.
> Instead, `M-g b' for bold face and `M-g u' for underline work fine.
> Any suggestion?
> I have CVS Emacs 21.3.50.


August wrote:

> Does the selected font define an italic shape?
> [...]
> If you are using a raster font that don't have an
> italic shape (no such glyphs defined) then you're out of luck. Some
> fonts, e.g. Proggy Clean, don't even have a bold shape. With vector
> fonts (e.g. True Type) the application can sometimes change the shape of
> the a font (with no italic/bold shape defined) by applying a transform.
> Nevertheless, the result will only look good if the font has a real
> italic shape defined.


Yes, you are right. I was using a sony fixed font, configured
in my ~/.Xdefaults. When I removed ~/.Xdefaults, and then restart X,
I got the italic face with the default Emacs font.
Thanks indeed.
However, it a shame: I like that sony fixed font very much,
and it's sad it doesn't have the possibility to define an oblique shape.
Nothing at all to do in this sense?

Cheers,
Rodolfo




____________________________________________________________
Navighi a 2 MEGA e i primi 3 mesi sono GRATIS. 
Scegli Libero Adsl Flat senza limiti su http://www.libero.it


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

* Re: Can't get italic face!
@ 2005-02-10 14:02 romeomedina
  2005-02-10 14:27 ` Peter Dyballa
  0 siblings, 1 reply; 9+ messages in thread
From: romeomedina @ 2005-02-10 14:02 UTC (permalink / raw)


Rodolfo wrote:

> I want to get the italic face, but can't:
> I select a word, then do `M-g i' and nothing happens.
> Instead, `M-g b' for bold face and `M-g u' for underline work fine.
> Any suggestion?
> I have CVS Emacs 21.3.50.


August wrote:

> Does the selected font define an italic shape?
> If you are using a raster font that don't have an
> italic shape (no such glyphs defined) then you're out of luck. Some
> fonts, e.g. Proggy Clean, don't even have a bold shape. With vector
> fonts (e.g. True Type) the application can sometimes change the shape of
> the a font (with no italic/bold shape defined) by applying a transform.
> Nevertheless, the result will only look good if the font has a real
> italic shape defined.


Rodolfo:

> Yes, you are right. I was using a sony fixed font, configured
> in my ~/.Xdefaults. When I removed ~/.Xdefaults, and then restart X,
> I got the italic face with the default Emacs font.


Hey, it's strange:
when I reopen the file the changed I did in character face are not saved.
Why? I can I make those changes permanent?

Rodolfo




____________________________________________________________
Navighi a 2 MEGA e i primi 3 mesi sono GRATIS. 
Scegli Libero Adsl Flat senza limiti su http://www.libero.it


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

* Re: Can't get italic face!
  2005-02-10 14:02 Can't get italic face! romeomedina
@ 2005-02-10 14:27 ` Peter Dyballa
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Dyballa @ 2005-02-10 14:27 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 10.02.2005 um 15:02 schrieb romeomedina@@libero..it:

> Hey, it's strange:
> when I reopen the file the changed I did in character face are not 
> saved.
> Why? I can I make those changes permanent?

Because you did not change the file but only how the buffer represents 
the file's contents!

This customization stuff is meant for syntax highlighting not for word 
processing à la MS. The highlighting is based on rules about the 
buffer's mode. Then regular expressions find things that are to be 
highlighted.

What you did before was for your eyes only and to keep you from real 
work.

--
Greetings

   Pete

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

* Re: Can't get italic face!
@ 2005-02-10 17:19 romeomedina
  2005-02-10 19:51 ` Neon Absentius
  0 siblings, 1 reply; 9+ messages in thread
From: romeomedina @ 2005-02-10 17:19 UTC (permalink / raw)


Rodolfo wrote:

> I want to get italic face [...]
> I select a word, then do `M-g i' [...].
> [...]
> Hey, it's strange:
> when I reopen the file the changes I did in character face are not saved.
> Why?


Pete wrote:

> Because you did not change the file but only how the buffer represents
> the file's contents!
>
> This customization stuff is meant for syntax highlighting not for word
> processing à la MS. The highlighting is based on rules about the
> buffer's mode. Then regular expressions find things that are to be
> highlighted.
>
> What you did before was for your eyes only and to keep you from real
> work.


I see.
So, there's no way to make those buffer changes work also for the file?

Rodolfo




____________________________________________________________
Navighi a 2 MEGA e i primi 3 mesi sono GRATIS. 
Scegli Libero Adsl Flat senza limiti su http://www.libero.it


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

* Re: Can't get italic face!
  2005-02-10 17:19 romeomedina
@ 2005-02-10 19:51 ` Neon Absentius
  0 siblings, 0 replies; 9+ messages in thread
From: Neon Absentius @ 2005-02-10 19:51 UTC (permalink / raw)


n Thu, Feb 10, 2005 at 06:19:51PM +0100, romeomedina@libero.it wrote:

> I see.
> So, there's no way to make those buffer changes work also for the
> file?

Try the enriched mode. Its a minor mode that allows you to save face
informatinon.

--
Charity in capitalism is like urinating to extinguish a forest fire.
    -- Neon Absentius
absent a.in.cirle sdf period lonestar period org
SDF Public Access UNIX System - http://sdf.lonestar.org

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

end of thread, other threads:[~2005-02-10 19:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-10 14:02 Can't get italic face! romeomedina
2005-02-10 14:27 ` Peter Dyballa
  -- strict thread matches above, loose matches on Subject: below --
2005-02-10 17:19 romeomedina
2005-02-10 19:51 ` Neon Absentius
2005-02-10 10:43 romeomedina
2005-02-08 22:30 romeomedina
2005-02-09  0:47 ` August
2005-02-09 10:07   ` Rodolfo Medina
2005-02-09 15:35     ` August

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.