More Elisp posts
January 02, 2002
Update to elisp code I've made some changes to my elisp code (original item) as a result of using it in anger at work. I found one annoyance, java-sort-imports was modifying the kill ring because I was using kill-region and yank instead of the recommended delete-region. I also got tired (after doing it about three times) of manually deleting import statements after running java-check-imports so I decided to add a funtion java-delete-commented-imports to do that automatically as well. Of course when I sat down to make those changes it all got a bit out of hand and I found myself adding a menu to get to the functions. So, the package now lets you add an Extras submenu to the Java menu in java mode. Here's the modified code for downloading and here it is formatted for easy reading in a browser. As before the formatting is courtesy of the htmlize package. Posted by Alex at January 02, 2002 08:42 PM
Comments
Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?