[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs mode for GDB - 2 questions
From: |
Alex Schroeder |
Subject: |
Re: Emacs mode for GDB - 2 questions |
Date: |
Sat, 01 Jun 2002 21:44:34 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.90 (i686-pc-linux-gnu) |
Miles Bader <address@hidden> writes:
> address@hidden (Kim F. Storm) writes:
>> Such modeline-less windows may be useful for other purposes, so
>> we should try adding them to see what use people can find for them.
>
> They already exist -- just do (setq mode-line-format nil).
> Works like a charm.
Too bad I cannot make it frame-local... I'm trying to create new
frames without any extra stuff in them. But the mode line is
buffer-local...
(set (make-variable-frame-local 'mode-line-format) nil)
Debugger entered--Lisp error: (error "Symbol mode-line-format may not be
frame-local")
make-variable-frame-local(mode-line-format)
(set (make-variable-frame-local (quote mode-line-format)) nil)
eval((set (make-variable-frame-local (quote mode-line-format)) nil))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
Alex.
- Re: Emacs mode for GDB - 2 questions,
Alex Schroeder <=