| bio | website | nschum.de/src/emacs |
|---|---|---|
| location | Frankfurt, Germany | |
| age | ||
| visits | member for | 1 year, 11 months |
| seen | May 4 at 20:59 | |
| stats | profile views | 4 |
|
Feb 1 |
awarded | Yearling |
|
Apr 7 |
awarded | Critic |
|
Feb 22 |
comment |
Permanent “automatic” deinterlace in VLC in OS X Fooled by Lion's invisible scroll bars. Thanks. |
|
Feb 22 |
awarded | Scholar |
|
Feb 22 |
accepted | Permanent “automatic” deinterlace in VLC in OS X |
|
Feb 20 |
comment |
Permanent “automatic” deinterlace in VLC in OS X Thanks for pointing this out. The option is apparently not available in OS X, though. I'll add that to the question. |
|
Feb 20 |
revised |
Permanent “automatic” deinterlace in VLC in OS X Incorporated fact that the problem applies to the OS X version only. |
|
Feb 19 |
awarded | Student |
|
Feb 19 |
asked | Permanent “automatic” deinterlace in VLC in OS X |
|
Nov 8 |
answered | Emacs - kill buffer without prompt |
|
Oct 14 |
comment |
How to safely view large kill-ring? It just searches for the next match and only has to display one at a time. That's simply a lot less work than printing the entire kill ring. It takes a few seconds to display a multi-megabyte match, but not minutes like C-h v. |
|
Oct 14 |
answered | How to safely view large kill-ring? |
|
Sep 4 |
comment |
Custom indentation mode with tabs for Emacs Yes, something in your .emacs or site-start.el |
|
Sep 4 |
comment |
Custom indentation mode with tabs for Emacs Sounds like something else is at play there. Try emacs -Q. (But I think that's not something we can troubleshoot in the comments section.) |
|
Sep 4 |
awarded | Teacher |
|
Sep 4 |
comment |
Custom indentation mode with tabs for Emacs Fixed by removing the apostrophe. I would still prefer to copy a file when checking out rather than activating a mode every time I open a file. But anyhow, this answer might not be for you then. :) Maybe it will help future visitors. |
|
Sep 4 |
awarded | Editor |
|
Sep 4 |
revised |
Custom indentation mode with tabs for Emacs Fixed error in code. |
|
Sep 4 |
comment |
Custom indentation mode with tabs for Emacs You don't need to put it into random parts of the source tree. You can put it at the project root and/or specify a folder instead of nil. See gnu.org/software/libtool/manual/emacs/Directory-Variables.html for details. Why use a single command when zero commands will work? Why write code when the code already exists? |
|
Sep 4 |
answered | Custom indentation mode with tabs for Emacs |