Re: XEmacs Packages have been pre-released (2016-02-08-16)
"Johann 'Myrkraverk' Oskarsson" <[email protected]> Wed, 30 Mar 2016 06:30:17 +0800
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <CAA_SOw_v08MNwTOK+7DJThz6EMsqf6tC=rrgh7M4UqW4=qWsEQ@mail.gmail.com> |
On Tue, Feb 9, 2016 at 1:00 AM, Norbert Koch <[email protected]> wrote: > New Packages in Pre-Release: > =========================== > cc-mode-1.98-pkg.tar.gz upstream version: 5.32.5 I'm giving this a try (am I the only one?) and run into weird problems, even in non-cc-mode buffers. I added this to the top of c-before-change (unless (or c-buffer-is-cc-mode ;; why is this happening in non-c-mode? (c-called-from-text-property-change-p) which so far seems to "fix the issue" - at least in non-cc-mode buffers. The "weird issue" is something I haven't cared to debug further, but it caused an error and this was the function I thought responsible because of the backtrace. Johann