lkml.org 
[lkml]   [2004]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 7/7] uml: resolve symbols in back-traces
On Thu, Oct 28, 2004 at 08:34:21PM +0200, Blaisorblade wrote:

> And removing the final Emacs comment is not welcome (I don't care,
> but Jeff does. If that should be removed, that's a separate
> problem).

the emacs comments are gratuitous and completely pointless, they serve
no useful purpose. fwiw in my .emacs i have:

(defun cw-linux-c-mode ()
"C mode with adjusted defaults for use with the Linux kernel."
(interactive)
(c-mode)
(c-set-style "linux"))
(setq auto-mode-alist
(append '(("wk/linux.*/.*\\.[ch]$" . cw-linux-c-mode))
'(("/usr/src/linux.*/.*\\.[ch]$" . cw-linux-c-mode))
auto-mode-alist))

which actually could be cleaned up a bit (it's been hacked over the
years and never cleaned up suitably) but the idea is pretty simple


--cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.102 / U:0.540 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site