emacs setup - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Programming (https://www.wings3d.com/forum/forumdisplay.php?fid=7) +--- Thread: emacs setup (/showthread.php?tid=2614) |
emacs setup - nigec - 01-21-2018 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 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 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 |