Hi. i got a problem. emacs starts well but below it says error: Font -*-fixedsysttf-*-*-*-*-15-*-*-*-*-*-*-* is not defined. what's the problem? i was almost there but this error bothered me a lot.
Erg, emacs on windows isn't even worth it. Without the *nix programming tools it loses alot of power. I would just suggest something along the lines of Komodo Edit for windows.
Hello snietfeld, Thanks for the help with the install and the use of your .emacs file.
I can see your preferences coming up in the editor, but the "find file" window at bottom does not see the files and/or subdirs when I hit the spacebar. I tried changing the direction of the slashes to opposite direction in the evironment variable Home, still with no spacebar file/folder recogition. If I simply type a file name from the /emacs dir, for ex., it recognizes and opens the file, but no fill-in
I'm having a problem with the loading of the preferences.
As I open the Emacs i loads black and all but gives out an error that says (resumidly): "File error: Cannot open load file, d:/Apps/emacs/home/include/lisp/myfontlock.el"
Guess i'd have to change a directory but i can't find wich. I did change the ones you mention on the video.
You'll probably have to go into the .emacs config file and change the reference to "d:/Apps/emacs/home/include/lis p/myfontlock.el" to reflect your directory structure. That is, change it to point to wherever myfontlock.el is on your computer. Hope that helps.
You can, but once you get the hang of it you'll be customizing emacs a lot, and it's more convenient to keep all your emacs files together. That way if you want to setup your flavor of emacs on another computer, all you have to do is copy your emacs folder over and update your paths.
The first thing that sold me was major modes with automatic code indentation and stuff, there's spell checking, integration with version control systems... and all of this I was able to discover and set up within a few days of using emacs, compared to a year using vi. The absolute best thing is the hacking, though... you can hack emacs with itself, with emacs lisp. You can try your hacks without restarting or recompiling emacs. This is a level of customisation unseen anywhere else.
yes it worked!!
crazililalice 1 week ago
got an updated vers. of this tut?
animeisart1 1 month ago
Hi snietfeld,
I installed emacs on winXp and i got the next error when i start it:
Warning (initialization): An error occurred while loading `c:/Work/emacs/home/.emacs':
error: Font `-*-fixedsysttf-*-*-*-*-15-*-*-*-*-*-*-*' is not defined
any idea why.
thanks.
liloprint 6 months ago
I read that Xemacs had more enhancement for use on a windows system so I installed that and am very happy with it. The commands are the same.
poojkhgf 8 months ago
This has been flagged as spam show
Hi. i got a problem. emacs starts well but below it says error: Font -*-fixedsysttf-*-*-*-*-15-*-*-*-*-*-*-* is not defined. what's the problem? i was almost there but this error bothered me a lot.
Pls help... well thanks!
SideStonePictures 9 months ago
Comment removed
SideStonePictures 9 months ago
This has been flagged as spam show
Hi, I followed all of your instructions however when I open emacs I get a warning that reads:
An Error occurred while loading 'c:/Program Files/emacs/home/.emacs':
error: Font '-*-fixedsysttf-*-*-*-*-15-*-* -*-*-*-*-*' is not defined
Can you help me fix this? This appears to be from your custom 'home' file in the .emacs file at:
;;to set the font
(set-frame-font "-*-fixedsysttf-*-*-*-*-15-*-* -*-*-*-*-*")
93johndoe 9 months ago
Comment removed
93johndoe 9 months ago
Great tut. Thanks a lot for sharing the info ;)
Lostpanda123 1 year ago
Erg, emacs on windows isn't even worth it. Without the *nix programming tools it loses alot of power. I would just suggest something along the lines of Komodo Edit for windows.
BacklTrack 1 year ago 3
Hello snietfeld, Thanks for the help with the install and the use of your .emacs file.
I can see your preferences coming up in the editor, but the "find file" window at bottom does not see the files and/or subdirs when I hit the spacebar. I tried changing the direction of the slashes to opposite direction in the evironment variable Home, still with no spacebar file/folder recogition. If I simply type a file name from the /emacs dir, for ex., it recognizes and opens the file, but no fill-in
1611kjvav 1 year ago
omg all of that just to install it? I don't want to imagine what is required to use it
indgiu 1 year ago
You appear to have a virus on your computer, called "Microsoft Windows".
Thankfully, this virus is easy to remove. For more information, please visit GNUdotORG
Hermetiqa 2 years ago 5
Hi snietfeld.
I'm having a problem with the loading of the preferences.
As I open the Emacs i loads black and all but gives out an error that says (resumidly): "File error: Cannot open load file, d:/Apps/emacs/home/include/lisp/myfontlock.el"
Guess i'd have to change a directory but i can't find wich. I did change the ones you mention on the video.
Hope you can help BK
BrightnessKnight 2 years ago
You'll probably have to go into the .emacs config file and change the reference to "d:/Apps/emacs/home/include/lis p/myfontlock.el" to reflect your directory structure. That is, change it to point to wherever myfontlock.el is on your computer. Hope that helps.
snietfeld 2 years ago
@BrightnessKnight Simple way to remedy your problem is to install linux
petux7 8 months ago
Răspundeţi la acest videoclip... It's imposible to work well emacs on windows because emacs can't
integrate in windows system
What you can use from emacs on windows it's a simple editor but you must know that emacs is more than an
editor
emacs is logical that not work on Windows........................is the hacker's editor
petux7 8 months ago
thanks for saving me hours of reading and setup time!
breakink 2 years ago
HOME directory for emacs is "c:\Documents and Settings\%user%\Application Data" so one can put '.emacs' there
arseniyt 3 years ago
You can, but once you get the hang of it you'll be customizing emacs a lot, and it's more convenient to keep all your emacs files together. That way if you want to setup your flavor of emacs on another computer, all you have to do is copy your emacs folder over and update your paths.
snietfeld 2 years ago
It's pronounced like g-new not g-n-u. And emacs is way better than vim. This is from someone who thought vim was better for ages.
Borbuster 3 years ago
what makes it better? I'm not really liking having to hold ctrl and/or alt for everything.
Nextstopearth 2 years ago
The first thing that sold me was major modes with automatic code indentation and stuff, there's spell checking, integration with version control systems... and all of this I was able to discover and set up within a few days of using emacs, compared to a year using vi. The absolute best thing is the hacking, though... you can hack emacs with itself, with emacs lisp. You can try your hacks without restarting or recompiling emacs. This is a level of customisation unseen anywhere else.
Borbuster 2 years ago
nice.. but vim is still better :P
orgthingy 3 years ago