From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Meulien Newsgroups: gmane.emacs.bugs Subject: insert-image-file Date: 23 Dec 2002 14:11:06 +0100 Organization: ...!#$@~? Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040649228 3858 80.91.224.249 (23 Dec 2002 13:13:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Dec 2002 13:13:48 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18QSOw-000104-00 for ; Mon, 23 Dec 2002 14:13:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QSP4-0005nI-02 for gnu-bug-gnu-emacs@m.gmane.org; Mon, 23 Dec 2002 08:13:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18QSOn-0005NQ-00 for bug-gnu-emacs@gnu.org; Mon, 23 Dec 2002 08:13:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18QSOd-0004rD-00 for bug-gnu-emacs@gnu.org; Mon, 23 Dec 2002 08:13:32 -0500 Original-Received: from postfix4-1.free.fr ([213.228.0.62]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18QSNK-0003c8-00 for bug-gnu-emacs@gnu.org; Mon, 23 Dec 2002 08:12:06 -0500 Original-Received: from clarinde.localdomain (nas-cbv-6-62-147-213-120.dial.proxad.net [62.147.213.120]) by postfix4-1.free.fr (Postfix) with ESMTP id 395E9D453 for ; Mon, 23 Dec 2002 14:11:59 +0100 (CET) Original-Received: by clarinde.localdomain (Postfix, from userid 501) id D8B734ED1D; Mon, 23 Dec 2002 14:11:06 +0100 (CET) Original-To: bug-gnu-emacs@gnu.org Original-Lines: 61 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4082 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4082 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-06-28 on clarinde Important settings: value of $LC_ALL: nil value of $LC_COLLATE: fr_FR.ISO-8859-15 value of $LC_CTYPE: fr_FR.ISO-8859-15 value of $LC_MESSAGES: en_US value of $LC_MONETARY: fr_FR.ISO-8859-15 value of $LC_NUMERIC: fr_FR.ISO-8859-15 value of $LC_TIME: fr_FR.ISO-8859-15 value of $LANG: fr locale-coding-system: iso-latin-9 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Make sure `auto-image-file-mode' is on. Visit a file whose name match `image-file-name-extensions'; then find that visit the same file litteraly. There is no cursor in the new buffer !!! Explanation. `insert-image-file' inhibits the cursor when the buffer contains only an image. So when `auto-image-file-mode' is on, windows displaying buffers visiting image files have the `cursor-type' variable set to nil; this value is unchanged if you visit one of those files litteraly. Recent input: M-< M-x e m a c s SPC b u b u g SPC C-h i i b u g , , , , , , , , , , , d m e m i b u g , , , , , , , SPC n n p p n n q M-x C-g M-x r e p r o t o r t SPC e m Recent messages: Found `--debug-init' in Option Index. (Press `,' for more) Found `debug_print' in Command Index. (Press `,' for more) Found `report-emacs-bug' in Command Index. (Press `,' for more) Found `toggle-debug-on-error' in Command Index. (Press `,' for more) Found `eval-expression-debug-on-error' in Variable Index. (Press `,' for more) Found `backtrace for bug reports' in Concept Index. (Press `,' for more) Found `buggestion' in Concept Index. (Press `,' for more) Found `bugs' in Concept Index. (Press `,' for more) call-interactively: Quit Loading emacsbug...done -- Matthias