Ticket #1240 (closed defect: fixed)
Remove require-final-newline from emacs-config
Reported by: | andersk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | debathena-emacs-config 1.5.2 | |
Upstream bug: |
Description
Alright. It’s $(date +%Y), and I spent rather a lot of effort fixing a useless shell that I don’t give a shift about just so that we wouldn’t have this bogus excuse for the (setq require-final-newline t) in debathena-emacs-config.
Now that precise is deployed, I hope everyone can agree that it’s time for that to go. Debathena has no business misconfiguring our users’ editors.
Change History
comment:2 follow-up: ↓ 3 Changed 12 years ago by andersk
Am I allowed to advocate for removing it entirely? People are done adjusting their dotfiles for pre-precise systems, and dotfiles are shared between all releases anyway.
comment:3 in reply to: ↑ 2 Changed 12 years ago by kaduk
Replying to andersk:
Am I allowed to advocate for removing it entirely? People are done adjusting their dotfiles for pre-precise systems, and dotfiles are shared between all releases anyway.
Sure; I think I would be okay with removing it entirely.
Thoughts on whether the right way to do this is to fix #1240 with the conditional load-file statement and then further load a debathena-fix-tcsh.el file which may or may not exist? Or conditionalize on the version of tcsh at build time and install different versions of the .el file?