all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Subject: bug#5102: marked as done (23.1; doc-view on a buffer not linked to a file)
Date: Mon, 07 Dec 2009 19:30:14 +0000	[thread overview]
Message-ID: <handler.5102.D5102.12602138791464.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 87ljhlbmdt.fsf@ergodik.univ-brest.fr

[-- Attachment #1: Type: text/plain, Size: 909 bytes --]

Your message dated Mon, 07 Dec 2009 14:24:36 -0500
with message-id <jwv638i610l.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#5102: 23.1; doc-view on a buffer not linked to a file
has caused the Emacs bug report #5102,
regarding 23.1; doc-view on a buffer not linked to a file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5102: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5102
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5051 bytes --]

From: harven <harven@free.fr>
To: bug-gnu-emacs@gnu.org
Cc: 
Subject: 23.1; doc-view on a buffer not linked to a file
Date: Wed, 02 Dec 2009 13:17:50 +0100
Message-ID: <87ljhlbmdt.fsf@ergodik.univ-brest.fr>

There is a problem when trying to display postscript code in a ps-mode buffer
if the buffer is not linked to a file.

Starting with emacs -Q,
- open a new buffer, 
- insert in that buffer the content of a postscript file,
- start ps-mode. 
Now if we type C-c C-c to view the postscript, we are prompted whether
we want to save the content of the buffer. If we answer "no", we get the error

Wrong type argument: stringp, nil

Message buffer reports that this was issued by doc-view-mode.

In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.16.5)
 of 2009-09-14 on raven, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
configured using `configure  '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: fr_FR.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  show-paren-mode: t
  display-time-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: 1
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  temp-buffer-resize-mode: t
  column-number-mode: t
  line-number-mode: t

Recent input:
M-x r e p o r t - b u f <backspace> g <return>

Recent messages:
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...done
Loading debian-ispell...done
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...done
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done
Loading /etc/emacs/site-start.d/50festival.el (source)...done
Enriched: decoding document...
Indenting...
For information about GNU Emacs and the GNU system, type C-h C-a.



[-- Attachment #3: Type: message/rfc822, Size: 2116 bytes --]

From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Juri Linkov <juri@jurta.org>
Cc: Tassilo Horn <tassilo@member.fsf.org>
Subject: Re: bug#5102: 23.1; doc-view on a buffer not linked to a file
Date: Mon, 07 Dec 2009 14:24:36 -0500
Message-ID: <jwv638i610l.fsf-monnier+emacsbugreports@gnu.org>

>> Witha bit more help.  I've installed the patch below which seems to work
>> for me,
> It works for me too.  I'm not sure if we have to wait Harven's
> confirmation to close this bug because his mails unfortunately
> bounce back.

Indeed,


        Stefan

      parent reply	other threads:[~2009-12-07 19:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jwv638i610l.fsf-monnier+emacsbugreports@gnu.org>
2009-12-02 12:17 ` bug#5102: 23.1; doc-view on a buffer not linked to a file harven
2009-12-04 21:50   ` Juri Linkov
2009-12-04 22:43     ` Tassilo Horn
2009-12-04 23:18       ` Drew Adams
2009-12-05 10:12         ` Tassilo Horn
2009-12-05 18:49       ` Stefan Monnier
2009-12-05 23:23         ` Juri Linkov
2009-12-07  2:38           ` Stefan Monnier
2009-12-07 17:51             ` Juri Linkov
2009-12-07 19:30   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.5102.D5102.12602138791464.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=monnier@IRO.UMontreal.CA \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.