Your message dated Fri, 11 Aug 2017 18:38:25 +0000
with message-id <e1dgepf-0007hj...@fasolo.debian.org>
and subject line Bug#871627: Removed package(s) from unstable
has caused the Debian Bug report #720775,
regarding emacs24-common: sh-learn-buffer-indent fails
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 ow...@bugs.debian.org
immediately.)


-- 
720775: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: emacs24-common
Version: 24.3+1-1.1
Severity: normal

sh-learn-buffer-indent run on a shell script buffer fails with:

        sh-learn-buffer-indent: Buffer is read-only: #<buffer *indent*>

That's because buffer *indent* is a read-only occur-mode buffer,
created by function sh-mark-init (in sh-script.el), called from function
sh-learn-buffer-indent and being written to by function sh-mark-line.

This looks like like an upstream bug (Cc:ed).

I wrote a piece of advice that works around that problem:

(defadvice occur-mode (after occur-mode-buffer-writable activate)
  "Make the *indent* buffer writable"
  (if (string-equal "*indent*" (buffer-name))
      (read-only-mode -1)))

Still, the proper solution would be to correct the code in sh-script.el.
I recall sh-learn-buffer-indent worked fine in emacs 23.4, but don't
take my word for it.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages emacs24-common depends on:
ii  dpkg            1.17.1
ii  emacsen-common  2.0.5
ii  install-info    5.1.dfsg.1-4

emacs24-common recommends no packages.

Versions of packages emacs24-common suggests:
ii  emacs24-common-non-dfsg  24.3+1-1
ii  emacs24-el               24.3+1-1.1

-- no debconf information


-- 
Cristian

--- End Message ---
--- Begin Message ---
Version: 24.5+1-11+rm

Dear submitter,

as the package emacs24 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/871627

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to