![]() |
|
emacs setup - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Programming (/forumdisplay.php?fid=7) +--- Thread: emacs setup (/showthread.php?tid=2614) |
emacs setup - nigec - 01-21-2018 07:42 PM I've setup emacs as described on the forum and I have it so its using erlang syntax highlighting. Is it possible to get it to show errors in the code? I'm used to C# and Visual Studio which finds errors straight away. is it possible to include.... "include("wings.hrl")." paths? I'm using Win10 C:\wingsdev C:\wingsdev\emacs C:\wingsdev\src\wings RE: emacs setup - nigec - 01-21-2018 09:50 PM ok I've got it working now but I can't get line numbers Sorted that to.. I'm on a roll lol RE: emacs setup - micheus - 01-21-2018 11:00 PM Good you figured it out. I think the only one who can help you is dgud. To see the line number on the editor there's one option in the top menu - which I can't remember now. See if this option for the config file help you: https://superuser.com/questions/212193/how-do-i-display-line-numbers-in-emacs-not-in-the-mode-line |