GNU bug report logs - #4100
23.1; Minor bugs in Emacs 23

Previous Next

Packages: emacs, cc-mode;

Reported by: Jared Finder <jfinder <at> crypticstudios.com>

Date: Mon, 10 Aug 2009 02:55:06 UTC

Severity: minor

Tags: wontfix

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> jurta.org>
To: Jared Finder <jfinder <at> crypticstudios.com>
Cc: 4100 <at> debbugs.gnu.org
Subject: bug#4100: 23.1; Minor bugs in Emacs 23
Date: Tue, 11 Aug 2009 02:57:57 +0300
> Please change the "Visit New File" entry to a "New File" entry
> defined as follows:
> (define-key menu-bar-file-menu [new-file]
>   '(menu-item "New File"
>               (lambda ()
>                 (interactive)
>                 (switch-to-buffer (generate-new-buffer "*untitled*")))
>               :enable (menu-bar-non-minibuffer-window-p)
>               :help "Create a new buffer"))
>
> This corresponds to what just about every other editor on the planet
> does -- prompt for a filename when the file is first SAVED.

This makes sense since this new *untitled* buffer is just like the
*scratch* buffer but you need also add (setq buffer-offer-save t)
and (auto-save-mode 1) to *untitled* so exiting will ask a question
about saving it to a file.

-- 
Juri Linkov
http://www.jurta.org/emacs/



This bug report was last modified 4 years and 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.