Lars Ingebrigtsen <larsi@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at 28622) by debbugs.gnu.org; 5 Feb 2021 10:19:54 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Feb 05 05:19:54 2021 Received: from localhost ([127.0.0.1]:42917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1l7yDR-0005PW-RE for submit <at> debbugs.gnu.org; Fri, 05 Feb 2021 05:19:54 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <larsi@HIDDEN>) id 1l7yDP-0005PI-OA for 28622 <at> debbugs.gnu.org; Fri, 05 Feb 2021 05:19:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=0XmhUCufdebeFulPq4U9lj8R5YR6R2Vd2Mx1SbBTmUQ=; b=rXCRAWxXFTB4jpdlNz0ZdqHMGJ R7ftM9uAW5EJ5wb8Jd574WidvE2uAiHadHi0BfyT5zwgiCmP5vXfCBH7GiBR0ZVGWrZCO+YhHhef+ luEFMWcluV0ENd3PzsJMnr+11HKtv+i7rW2jhFwnvDGzWWXdjlsWpdU4oTxGH3yYGLYs=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <larsi@HIDDEN>) id 1l7yDF-0001KO-St; Fri, 05 Feb 2021 11:19:45 +0100 From: Lars Ingebrigtsen <larsi@HIDDEN> To: Adam Tack <adam.tack.513@HIDDEN> Subject: Re: bug#28622: 25.1; EasyPG conflicts with tar-mode References: <3ab0ffe9-749e-bdda-5cb9-24ad972f1c2a@HIDDEN> <CAA+VxxHtfdUWQwdSO1QTDj7680OWxyojJLBinSs9kFSM=YWYqw@HIDDEN> X-Now-Playing: Big Brother & The Holding Company's _Big Brother & The Holding Company_: "Intruder" Date: Fri, 05 Feb 2021 11:19:40 +0100 In-Reply-To: <CAA+VxxHtfdUWQwdSO1QTDj7680OWxyojJLBinSs9kFSM=YWYqw@HIDDEN> (Adam Tack's message of "Sat, 7 Apr 2018 01:47:21 +0200") Message-ID: <87ft2ake9v.fsf@HIDDEN> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Adam Tack <adam.tack.513@HIDDEN> writes: > The issue is also present in emacs 24.5.1 and 26.1 (latest from git - > 5659b2fe843627aa4b6d450758f71920143ac173). > > I think that the problem is caused by the fact that > `epa-file-write-region' ( [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 28622 Cc: 28622 <at> debbugs.gnu.org X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Adam Tack <adam.tack.513@HIDDEN> writes: > The issue is also present in emacs 24.5.1 and 26.1 (latest from git - > 5659b2fe843627aa4b6d450758f71920143ac173). > > I think that the problem is caused by the fact that > `epa-file-write-region' (which is used when saving buffers > corresponding to `.gpg' files), does not call any of the > `write-region-annotate-functions', directly or indirectly. > > `tar-mode' normally uses `tar-write-region-annotate' (which is added > to `write-region-annotate-functions') to select the tar data buffer > instead of the buffer containing the file listing, when saving. Indeed. The documentation of `write-region-annotate-functions' is nice... ---- A list of functions to be called at the start of =E2=80=98write-region=E2= =80=99. Each is passed two arguments, START and END as for =E2=80=98write-region=E2= =80=99. These are usually two numbers but not always; see the documentation for =E2=80=98write-region=E2=80=99. The function should return a list of p= airs of the form (POSITION . STRING), consisting of strings to be effectively inserted at the specified positions of the file being written (1 means to insert before the first byte written). The POSITIONs must be sorted into increasing order. If there are several annotation functions, the lists returned by these functions are merged destructively. As each annotation function runs, the variable =E2=80=98write-region-annotations-so-far=E2=80=99 contains a l= ist of all annotations returned by previous annotation functions. An annotation function can return with a different buffer current. Doing so removes the annotations returned by previous functions, and resets START and END to =E2=80=98point-min=E2=80=99 and =E2=80=98point-max= =E2=80=99 of the new buffer. ---- ... but the only implementation of this algorithm is in C, spread out over build_annotations and a_write. :-/ Exposing any of that to the Lisp level doesn't seem practical (after looking at the code for a couple of minutes), so if this is to work for epa, then a Lisp implementation has to be written. Before embarking on that -- has anybody looked at this before? And hopefully have an implementation somewhere they've just forgotten to push? :-) --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no
bug-gnu-emacs@HIDDEN
:bug#28622
; Package emacs
.
Full text available.Received: (at 28622) by debbugs.gnu.org; 6 Apr 2018 23:47:29 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Apr 06 19:47:29 2018 Received: from localhost ([127.0.0.1]:40703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1f4b4r-00071e-Cb for submit <at> debbugs.gnu.org; Fri, 06 Apr 2018 19:47:29 -0400 Received: from mail-wr0-f174.google.com ([209.85.128.174]:42689) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <adam.tack.513@HIDDEN>) id 1f4b4p-00071P-PD for 28622 <at> debbugs.gnu.org; Fri, 06 Apr 2018 19:47:28 -0400 Received: by mail-wr0-f174.google.com with SMTP id s18so3110229wrg.9 for <28622 <at> debbugs.gnu.org>; Fri, 06 Apr 2018 16:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=i9l5HgkWXtXhxSwrpAwDhVVW+qzJ0hPpx8ZsQLkqqmU=; b=JCDoaTuCSdVdjgWEGYgVw5FnwXj53TcNiDsgmzSEUNoRFyrhRFi8fcMOfDUPrPINu+ A7JQbBjs0hUUVLSaItCcp1HuR70Znq5aAADPWHuFTT4vAHCVtYWm65ko+HUgA7BriLev ih0+/2utOGv9SuQylQKYy15Z5WSzUPAAQJxlsImC1L04etJP54L6NOb05EcLblLwhrAf whxGBxOVIuN8Cem3qo6hTiK/k7kO7Pd0o7BjcxInCN9nF13DP3WSk0oyOWhxBGHFy1CN HI/VLUMhQV0h7SFd8b0sBGcRrE/g7+aD2JDXMU6ivJ7IhbXxTze/fpOZRhSh7gWAiZad nZDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=i9l5HgkWXtXhxSwrpAwDhVVW+qzJ0hPpx8ZsQLkqqmU=; b=LMSNpXG9WOUliTSe1PkdFGR5029mBIR9MNL/OErKiEHAS03EHjhEoqINBdY1KPVgjQ y/HpTJHliTmVDqI4DyzN+5tKC1zU7rD+n8MP0wX3yO6SM0dteXMCOsOB6GEhPlh/SmBo mb7B1CluzcSRIprdE83ebMNWqXjeIfsYrzeS3pSkIIFVqX578I06mzSTiBVZ8e77ziKc H+D4IC0/rYFYQf9ZyZHwWr+oAmC2jDZSfODaTqdTJ/s+CmH6mnA0JgAd8LKKrbgcwHXf owm64yUZPCTq/2Y5owtDXhkDm7bRyvuQSfFUqy6vIr3vNDQX4rGWnWS2tz/zjTJ5YKpe IPZA== X-Gm-Message-State: AElRT7E0xpLT3aAOySNO0a9gytk45TLE3RXSAbVmSdNg6dgRmRh8WtfW T+lvZhl9iwbGbCJj55A7CYNOFWSPobU4DG8nngc= X-Google-Smtp-Source: AIpwx4/jDOpmGSE/hyXyL5Qh2sACfhGt85wLmzDHijSFILEBzAyNpuGnu78wu8GiWbXm15jJgxRRusAdgMehPrssyBk= X-Received: by 10.223.179.18 with SMTP id j18mr20171880wrd.33.1523058441615; Fri, 06 Apr 2018 16:47:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.156.150 with HTTP; Fri, 6 Apr 2018 16:47:21 -0700 (PDT) From: Adam Tack <adam.tack.513@HIDDEN> Date: Sat, 7 Apr 2018 01:47:21 +0200 Message-ID: <CAA+VxxHtfdUWQwdSO1QTDj7680OWxyojJLBinSs9kFSM=YWYqw@HIDDEN> Subject: 25.1; EasyPG conflicts with tar-mode To: 28622 <at> debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 28622 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.7 (/) The issue is also present in emacs 24.5.1 and 26.1 (latest from git - 5659b2fe843627aa4b6d450758f71920143ac173). I think that the problem is caused by the fact that `epa-file-write-region' (which is used when saving buffers corresponding to `.gpg' files), does not call any of the `write-region-annotate-functions', directly or indirectly. `tar-mode' normally uses `tar-write-region-annotate' (which is added to `write-region-annotate-functions') to select the tar data buffer instead of the buffer containing the file listing, when saving. Adam
bug-gnu-emacs@HIDDEN
:bug#28622
; Package emacs
.
Full text available.Received: (at submit) by debbugs.gnu.org; 27 Sep 2017 18:14:39 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Wed Sep 27 14:14:39 2017 Received: from localhost ([127.0.0.1]:35300 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1dxGr0-0004kY-BK for submit <at> debbugs.gnu.org; Wed, 27 Sep 2017 14:14:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <lawfullazy@HIDDEN>) id 1dxGAF-0003fg-HB for submit <at> debbugs.gnu.org; Wed, 27 Sep 2017 13:30:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <lawfullazy@HIDDEN>) id 1dxGA7-0008QP-2m for submit <at> debbugs.gnu.org; Wed, 27 Sep 2017 13:30:22 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53435) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <lawfullazy@HIDDEN>) id 1dxGA7-0008QF-05 for submit <at> debbugs.gnu.org; Wed, 27 Sep 2017 13:30:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <lawfullazy@HIDDEN>) id 1dxGA0-0000Wh-Gx for bug-gnu-emacs@HIDDEN; Wed, 27 Sep 2017 13:30:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <lawfullazy@HIDDEN>) id 1dxG9x-0008Gw-3J for bug-gnu-emacs@HIDDEN; Wed, 27 Sep 2017 13:30:12 -0400 Received: from cock.li ([185.100.85.212]:41224) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <lawfullazy@HIDDEN>) id 1dxG9w-0008DR-J2 for bug-gnu-emacs@HIDDEN; Wed, 27 Sep 2017 13:30:09 -0400 To: bug-gnu-emacs@HIDDEN DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=420blaze.it; s=mail; t=1506533404; bh=8Yi7H1IoenGqnXfWZY5X1yqdtbuhCjHcsERZq7cLZP4=; h=To:Subject:From:Date:From; b=vg6CCHO4sVjlhXUV3T5h0fjPgvLWN+LXTvyw3ZbA3X8YKuPSgDas3+iZ2YwM/sDCI nBa6bg6LXqZAnWcbGYbs2Y2n+DHbLd4e+Z6mmS2Kpe2+dilosj09h8IVAR5pv9lmlL cFqa5pbI/h4qOf7SUkQfuI/TZdcMLWg2R7srVTKr3v9pNuCj7nItLxFzKECuOEmd4q wuAgci7OQcA4W88CyBQ2+/0BOOMEGPkAK8KivGHgD79DTG75Wuqu7NGsGL3sGNC+V7 PXinyO69hgKGVCcij58bSWLZPYNnnL/cub+tP076lapNskLHpmgcLHzOhYsQxmYJNU tUVEC4fbeLfrQ== Subject: 25.1; EasyPG conflicts with tar-mode From: "lawfullazy@HIDDEN" <lawfullazy@HIDDEN> Message-ID: <3ab0ffe9-749e-bdda-5cb9-24ad972f1c2a@HIDDEN> Date: Wed, 27 Sep 2017 10:30:01 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 27 Sep 2017 14:14:35 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -4.1 (----) I start from 'emacs -Q' and I create an empty, encrypted tar file, insert a file into it, and save it like so: C-x C-f n e w . t a r . g p g <RET> I h e l l o . t x t <RET> C-x C-s C-s O K <RET> <RET> At this point, I enter a symmetric key from an external popup dialog: t h i n g <RET> t h i n g <RET> I then continue in emacs: q C-x k <RET> I open the encrypted tar file like so: C-x C-f n e w . t a r . g p g <RET> GPG Agent decrypts the file. What I expect to find is a buffer in tar-mode, but I instead find a buffer in Fundamental mode with the following message: File mode specification error: (error Malformed Tar header) Instead of a tar file encrypted with GPG, I instead have an encrypted ASCII file with the same text as what was in the tar-mode buffer. In GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-09-19, modified by Debian built on lgw01-amd64-019 Windowing system distributor 'The X.Org Foundation', version 11.0.1190300= 0 System Description: Ubuntu 17.04 Configured using: 'configure --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs25:/etc/emacs:/usr/local/share/emacs/2= 5.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/25.1/site= -lisp:/usr/share/emacs/site-lisp --with-sound=3Dalsa --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs25:/etc/emacs:/usr/local/share/emacs/2= 5.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/25.1/site= -lisp:/usr/share/emacs/site-lisp --with-sound=3Dalsa --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-bars 'CFLAGS=3D-g -O2 -fdebug-prefix-map=3D/build/emacs25-i5Rf44/emacs25-25.1+1=3D. -fstack-protector-strong -Wformat -Werror=3Dformat-security -Wall' 'CPPFLAGS=3D-Wdate-time -D_FORTIFY_SOURCE=3D2' 'LDFLAGS=3D-Wl,-Bsymbolic-functions -Wl,-z,relro'' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent messages: Checking 57 files in /usr/share/emacs/25.1/lisp/calendar... Checking 87 files in /usr/share/emacs/25.1/lisp/calc... Checking 120 files in /usr/share/emacs/25.1/lisp/obsolete... Checking for load-path shadows...done You can run the command =E2=80=98report-emacs-bug=E2=80=99 with M-x r-em = RET Checking for load-path shadows...done Undo! mwheel-scroll: Beginning of buffer [6 times] mwheel-scroll: End of buffer [4 times] next-line: End of buffer previous-line: Beginning of buffer Load-path shadows: None found. Features: (pp shadow sort mail-extr emacsbug message dired format-spec rfc822 mml mml-sec password-cache gnus-util mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils misearch multi-isearch apropos thingatpt help-fns help-mode easymenu wid-edit cl-loaddefs pcase cl-lib epa-file epa derived epg epg-config jka-compr tar-mode time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 97865 13559) (symbols 48 20624 1) (miscs 40 71 279) (strings 32 16766 4531) (string-bytes 1 473696) (vectors 16 13410) (vector-slots 8 446423 9809) (floats 8 175 104) (intervals 56 773 0) (buffers 976 27))
"lawfullazy@HIDDEN" <lawfullazy@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#28622
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.