Results 1 to 10 of 27
Hello,
I have installed a program that is based on Xemacs, so I had to install xemacs too... however, I seem to be missing something because I get the following ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-03-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 13
XEmacs Problem
Hello,
I have installed a program that is based on Xemacs, so I had to install xemacs too... however, I seem to be missing something because I get the following error:
Thanks for your help,Code:(warning/warning) X-Symbol: cannot deduce default encoding, I'll assume 'iso-8859-1'
Jenny
- 07-04-2006 #2Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi jenny_psion,
Add this line to the beginning of .emacs file in your home directory (i.e., ~/.emacs) : -
Try doing this and - just to know - can you post the output of the following command : -(setq x-symbol-default-coding 'iso-8859-1)
With Regards,$ locale -ck code_set_name charmap
Thinker
- 07-05-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 13
Hello,
Thanks for your reply.
I just wanted to try to do what you said, but I cannot find a file called .emacs anywhere.
Could you please let me know where I can find it? (I have done a search already)
Thanks,
Jenny
- 07-05-2006 #4
If it doesn't exist, then create it in your home directory and make the changes that Thinker specified.
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 07-05-2006 #5Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
But Emacs and XEmacs are completely different programs.
Originally Posted by Thinker
- 07-05-2006 #6Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi spoon!,
XEmacs and GNU Emacs are NOT completely different programs, they are very much related.But Emacs and XEmacs are completely different programs.
.emacs used to be the initialization file for customizing XEmacs according to the user's preferences.
Hi jenny_psion,
Till version 21.4 of XEmacs, ~/.emacs used to be the init file for XEmacs and starting from version 21.4, it is ~/.xemacs/init.elI just wanted to try to do what you said, but I cannot find a file called .emacs anywhere.
Could you please let me know where I can find it? (I have done a search already)
Which version of XEmacs do you use? If you are using XEmacs version 21.4 or better, then you can add the line that I mentioned earlier to ~/.xemacs/init.el file.
Even in the new version, you can use ~/.emacs, but for the first time when you run XEmacs it will ask you to migrate the file to the new location and if you select YES to do that, then the file will be moved and a compatible .emacs file will be placed in home directory, so that you run old versions of XEmacs and GNU Emacs.
With Regards,
Thinker
- 07-05-2006 #7Just Joined!
- Join Date
- Jul 2006
- Posts
- 13
Hi!,
Thanks for all your help.
I am using xemacs 21.4.0 . I have just done a search for the file .init.el, however, this file also wasn't found.
Should I create the file in my xemacs-21.4 directory (which is located in /home/jen/), or should I create it in /home/jen?
I typed that "locale -ck code_set_name "etc and the output I get is:
Thank you,Code:LC_CTYPE charmap="UTF-8"
Jenny
- 07-05-2006 #8Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi jenny_psion,
Did you search for .init.el? It is init.el and you should find it in ~/.xemacs/ directory.
Originally Posted by jenny_psion
With Regards,
Thinker
- 07-05-2006 #9Just Joined!
- Join Date
- Jul 2006
- Posts
- 13
Hello,
I havent got an .xemacs directory.
Where would that directory be? In my home folder? The only xemacs related folder I can find in my home directory is "xemacs-21.4.0".
I have just searched for init.el, and also couldnt find that.
Jenny
- 07-05-2006 #10Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi jenny_psion,
.xemacs is a hidden directory. It should be in your home directory (~/).Where would that directory be? In my home folder?
Can you post the contents of .emacs file that you created?I get a different error:
Code:
Error in init file: Invalid read syntax: ")"
With Regards,
Thinker


Reply With Quote
