unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* emacs
@ 2003-11-04  4:38 adsf afff
  0 siblings, 0 replies; 4+ messages in thread
From: adsf afff @ 2003-11-04  4:38 UTC (permalink / raw)


 I have this problem when I issue the command emacs

$ emacs prog/tnd.pl
Warning: Cannot convert string
"-*-courier-medium-r-*-*-*-120-
*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string
"-*-helvetica-medium-r-*--*-120
-*-*-*-*-iso8859-1" to type FontStruct

emacs window opens up and the letters are all
converted to squares. that is all what I can see.
squares.

#emacs -font fixed
will open emacs and can read but not fixed the problem
since #emacs still shows boxs.

# xlsfonts
lists a long list of founts

$ xlsfonts | grep helvetica
$ xlsfonts | grep courier
$
nothing on both above commands

do I need to install more fonts or can I use one of
the listed founts in xlsfonts?
or how can I fix this problem?

thanks


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

* emacs
@ 2006-12-21 14:46 peter moueza
  2006-12-23 20:14 ` emacs Richard Stallman
  2006-12-29  2:38 ` emacs Kevin Rodgers
  0 siblings, 2 replies; 4+ messages in thread
From: peter moueza @ 2006-12-21 14:46 UTC (permalink / raw)



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

Hi,
Congratulations for the wonderfull custumisable Emacs.
Iown suse 10.1
I can't find answers  about :

1) when I open  emacs.Then Ctl-X Ctl-X myfile.cpp
Even if under Options, syntax Highlighting is pressed, no colors on my cpp
code.
I have to depress and repress this option for it go color my code.
So, how can I do for it to go right directly

2)We can split  the window in pressing Ctl-X 2 or 3
But  is there a way from the call emacs in the console: I want  the window
to be opened, split in : file1.cpp at left side , and file2.cpp at right
one.

3)It would be very good to enable indentation of a whole pascal file

Thanks.

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

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

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

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

* Re: emacs
  2006-12-21 14:46 emacs peter moueza
@ 2006-12-23 20:14 ` Richard Stallman
  2006-12-29  2:38 ` emacs Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2006-12-23 20:14 UTC (permalink / raw)
  Cc: bug-gnu-emacs

What Emacs version are you using?

Please read the Bugs section in the Emacs manual, which provides
guidelines on how to write a bug report to give us the
necessary information so we can fix the bug.

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

* Re: emacs
  2006-12-21 14:46 emacs peter moueza
  2006-12-23 20:14 ` emacs Richard Stallman
@ 2006-12-29  2:38 ` Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2006-12-29  2:38 UTC (permalink / raw)


peter moueza wrote:

> 2)We can split  the window in pressing Ctl-X 2 or 3
> But  is there a way from the call emacs in the console: I want  the 
> window to be opened, split in : file1.cpp at left side , and file2.cpp 
> at right one.

# top and bottom:
emacs file1.cpp file2.cpp

# left and right:
emacs \
	--file file1.cpp \
	--funcall split-window-horizontally \
	--funcall other-window \
	--file file2.cpp

-- 
Kevin Rodgers
Denver, Colorado, USA

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

end of thread, other threads:[~2006-12-29  2:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-21 14:46 emacs peter moueza
2006-12-23 20:14 ` emacs Richard Stallman
2006-12-29  2:38 ` emacs Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2003-11-04  4:38 emacs adsf afff

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

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