From unknown Sun Jun 22 00:52:15 2025 X-Loop: help-debbugs@gnu.org Subject: bug#24414: 25.1; GDB gdb-show-main error Resent-From: Live System User Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Sep 2016 17:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 24414 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 24414@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.147361488015896 (code B ref -1); Sun, 11 Sep 2016 17:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Sep 2016 17:28:00 +0000 Received: from localhost ([127.0.0.1]:56689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bj8Xv-00048J-TJ for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:28:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bj8Xu-000488-FL for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:27:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bj8Xo-0003tr-1i for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:27:53 -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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj8Xn-0003ta-Uo for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:27:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj8Xl-0007uu-D8 for bug-gnu-emacs@gnu.org; Sun, 11 Sep 2016 13:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bj8Xh-0003sR-50 for bug-gnu-emacs@gnu.org; Sun, 11 Sep 2016 13:27:48 -0400 Received: from omr-a015e.mx.aol.com ([204.29.186.63]:45479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj8Xg-0003sB-Vx for bug-gnu-emacs@gnu.org; Sun, 11 Sep 2016 13:27:45 -0400 Received: from mtaout-aal01.mx.aol.com (mtaout-aal01.mx.aol.com [172.27.20.205]) by omr-a015e.mx.aol.com (Outbound Mail Relay) with ESMTP id 3331C3800091 for ; Sun, 11 Sep 2016 13:27:44 -0400 (EDT) Received: from localhost.localdomain (c-50-163-96-131.hsd1.ma.comcast.net [50.163.96.131]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-aal01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id D45DF3800008C for ; Sun, 11 Sep 2016 13:27:43 -0400 (EDT) From: Live System User Date: Sun, 11 Sep 2016 13:27:14 -0400 Message-ID: <87inu21h59.fsf@aol.com> MIME-Version: 1.0 Content-Type: text/plain x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1473614864; bh=xi6hNFYMuoa415J82TLCo+ePe1lkYu7kjR1SQ/DshHo=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=MuXOhvPOW4cY2/yvs0ZQBqiOwDBpj21Nn7ChQfz+C7XL+3KnaG00wcsnPbZPWb4/7 as80vLNlZ7C7FHwdTMN1wh0fMqCfbvCGgH6JtxUL7iaQMn7KDwlTCpThurYjOt7Jzu Hh2baNIKRe+HGAC7RRafC6IcwZP/J1QTm7Se0jUM= x-aol-sid: 3039ac1b14cd57d5940f5a1c X-AOL-IP: 50.163.96.131 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] 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.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hi, I am getting the following error using GDB on a C executable: 0. emacs -Q & 1. M-: (setq debug-on-error t) M-: (setq gdb-show-main t) 2. M-x gdb Run gdb (like this): gdb -i=mi test Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) gdb-show-stop-p() (or (not (memq gud-minor-mode (quote (gdbmi pdb)))) (gdb-show-stop-p)) redisplay_internal\ \(C\ function\)() redisplay() sit-for(0) execute-extended-command(nil "gdb" "gdb") funcall-interactively(execute-extended-command nil "gdb" "gdb") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) Thanks. In GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.9) of 2016-08-30 built on buildvm-06.phx2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.11803000 Configured using: 'configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no --with-xwidgets build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' LDFLAGS=-Wl,-z,relro PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XWIDGETS Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: cursor-sensor-mode: t gnus-undo-mode: t 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 buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent messages: Auto-saving... uncompressing server.el.gz...done Note: file is write protected Load-path shadows: None found. Features: (shadow emacsbug sendmail jka-compr find-func thingatpt kmacro two-column iso-transl misearch multi-isearch nnregistry gnus-registry registry eieio-compat eieio-base sort gnus-cite smiley ansi-color mail-extr gnus-async gnus-bcklg qp gnus-ml disp-table cursor-sensor nndraft nnmh nndoc mm-archive timezone url-http url-gw url-cache url-auth url-handlers utf-7 rfc2104 nnfolder network-stream nsm starttls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache epa-file epa derived nnreddit mm-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source cl-seq eieio eieio-core cl-macs url-vars json map seq byte-opt bytecomp byte-compile cl-extra cconv gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap cl gv sieve sieve-mode sieve-manage nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls gnutls utf7 netrc parse-time gnus-spec gnus-int gnus-range message dired format-spec rfc822 mml mml-sec password-cache epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems wid-edit nnoo nnheader gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils 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 xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 12615171 395470) (symbols 48 251216 0) (miscs 40 144 1050) (strings 32 801086 39634) (string-bytes 1 45477225) (vectors 16 146480) (vector-slots 8 2283513 36583) (floats 8 468 1676) (intervals 56 1769167 7487) (buffers 976 50) (heap 1024 475401 49044)) From unknown Sun Jun 22 00:52:15 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Live System User Subject: bug#24414: closed (Re: bug#24414: 25.1; GDB gdb-show-main error) Message-ID: References: <83vay29ru4.fsf@gnu.org> <87inu21h59.fsf@aol.com> X-Gnu-PR-Message: they-closed 24414 X-Gnu-PR-Package: emacs Reply-To: 24414@debbugs.gnu.org Date: Sun, 11 Sep 2016 19:10:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1473621002-31208-1" This is a multi-part message in MIME format... ------------=_1473621002-31208-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #24414: 25.1; GDB gdb-show-main error which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 24414@debbugs.gnu.org. --=20 24414: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D24414 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1473621002-31208-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 24414-done) by debbugs.gnu.org; 11 Sep 2016 19:09:35 +0000 Received: from localhost ([127.0.0.1]:56766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjA8E-00086e-Qa for submit@debbugs.gnu.org; Sun, 11 Sep 2016 15:09:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bjA8D-00086R-82 for 24414-done@debbugs.gnu.org; Sun, 11 Sep 2016 15:09:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjA82-0002bR-Ky for 24414-done@debbugs.gnu.org; Sun, 11 Sep 2016 15:09:27 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjA82-0002bE-HN; Sun, 11 Sep 2016 15:09:22 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1356 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bjA7y-0000z9-Mh; Sun, 11 Sep 2016 15:09:21 -0400 Date: Sun, 11 Sep 2016 22:09:07 +0300 Message-Id: <83vay29ru4.fsf@gnu.org> From: Eli Zaretskii To: Live System User In-reply-to: <87inu21h59.fsf@aol.com> (message from Live System User on Sun, 11 Sep 2016 13:27:14 -0400) Subject: Re: bug#24414: 25.1; GDB gdb-show-main error References: <87inu21h59.fsf@aol.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.2 (-------) X-Debbugs-Envelope-To: 24414-done Cc: 24414-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.2 (-------) > From: Live System User > Date: Sun, 11 Sep 2016 13:27:14 -0400 > > 0. emacs -Q & > > 1. M-: (setq debug-on-error t) > M-: (setq gdb-show-main t) > > 2. M-x gdb > Run gdb (like this): gdb -i=mi test > > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > gdb-show-stop-p() > (or (not (memq gud-minor-mode (quote (gdbmi pdb)))) (gdb-show-stop-p)) > redisplay_internal\ \(C\ function\)() Thanks, this is now fixed on the master branch. ------------=_1473621002-31208-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Sep 2016 17:28:00 +0000 Received: from localhost ([127.0.0.1]:56689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bj8Xv-00048J-TJ for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:28:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bj8Xu-000488-FL for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:27:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bj8Xo-0003tr-1i for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:27:53 -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,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:56281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj8Xn-0003ta-Uo for submit@debbugs.gnu.org; Sun, 11 Sep 2016 13:27:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj8Xl-0007uu-D8 for bug-gnu-emacs@gnu.org; Sun, 11 Sep 2016 13:27:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bj8Xh-0003sR-50 for bug-gnu-emacs@gnu.org; Sun, 11 Sep 2016 13:27:48 -0400 Received: from omr-a015e.mx.aol.com ([204.29.186.63]:45479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bj8Xg-0003sB-Vx for bug-gnu-emacs@gnu.org; Sun, 11 Sep 2016 13:27:45 -0400 Received: from mtaout-aal01.mx.aol.com (mtaout-aal01.mx.aol.com [172.27.20.205]) by omr-a015e.mx.aol.com (Outbound Mail Relay) with ESMTP id 3331C3800091 for ; Sun, 11 Sep 2016 13:27:44 -0400 (EDT) Received: from localhost.localdomain (c-50-163-96-131.hsd1.ma.comcast.net [50.163.96.131]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-aal01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id D45DF3800008C for ; Sun, 11 Sep 2016 13:27:43 -0400 (EDT) From: Live System User To: bug-gnu-emacs@gnu.org Subject: 25.1; GDB gdb-show-main error Date: Sun, 11 Sep 2016 13:27:14 -0400 Message-ID: <87inu21h59.fsf@aol.com> MIME-Version: 1.0 Content-Type: text/plain x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1473614864; bh=xi6hNFYMuoa415J82TLCo+ePe1lkYu7kjR1SQ/DshHo=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=MuXOhvPOW4cY2/yvs0ZQBqiOwDBpj21Nn7ChQfz+C7XL+3KnaG00wcsnPbZPWb4/7 as80vLNlZ7C7FHwdTMN1wh0fMqCfbvCGgH6JtxUL7iaQMn7KDwlTCpThurYjOt7Jzu Hh2baNIKRe+HGAC7RRafC6IcwZP/J1QTm7Se0jUM= x-aol-sid: 3039ac1b14cd57d5940f5a1c X-AOL-IP: 50.163.96.131 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] 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.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hi, I am getting the following error using GDB on a C executable: 0. emacs -Q & 1. M-: (setq debug-on-error t) M-: (setq gdb-show-main t) 2. M-x gdb Run gdb (like this): gdb -i=mi test Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) gdb-show-stop-p() (or (not (memq gud-minor-mode (quote (gdbmi pdb)))) (gdb-show-stop-p)) redisplay_internal\ \(C\ function\)() redisplay() sit-for(0) execute-extended-command(nil "gdb" "gdb") funcall-interactively(execute-extended-command nil "gdb" "gdb") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) Thanks. In GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.9) of 2016-08-30 built on buildvm-06.phx2.fedoraproject.org Windowing system distributor 'Fedora Project', version 11.0.11803000 Configured using: 'configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no --with-xwidgets build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' LDFLAGS=-Wl,-z,relro PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XWIDGETS Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: cursor-sensor-mode: t gnus-undo-mode: t 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 buffer-read-only: t line-number-mode: t transient-mark-mode: t Recent messages: Auto-saving... uncompressing server.el.gz...done Note: file is write protected Load-path shadows: None found. Features: (shadow emacsbug sendmail jka-compr find-func thingatpt kmacro two-column iso-transl misearch multi-isearch nnregistry gnus-registry registry eieio-compat eieio-base sort gnus-cite smiley ansi-color mail-extr gnus-async gnus-bcklg qp gnus-ml disp-table cursor-sensor nndraft nnmh nndoc mm-archive timezone url-http url-gw url-cache url-auth url-handlers utf-7 rfc2104 nnfolder network-stream nsm starttls gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg nntp gnus-cache epa-file epa derived nnreddit mm-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source cl-seq eieio eieio-core cl-macs url-vars json map seq byte-opt bytecomp byte-compile cl-extra cconv gnus-art mm-uu mml2015 mm-view mml-smime smime dig mailcap cl gv sieve sieve-mode sieve-manage nnir gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source tls gnutls utf7 netrc parse-time gnus-spec gnus-int gnus-range message dired format-spec rfc822 mml mml-sec password-cache epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems wid-edit nnoo nnheader gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr mail-utils 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 xwidget-internal move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 12615171 395470) (symbols 48 251216 0) (miscs 40 144 1050) (strings 32 801086 39634) (string-bytes 1 45477225) (vectors 16 146480) (vector-slots 8 2283513 36583) (floats 8 468 1676) (intervals 56 1769167 7487) (buffers 976 50) (heap 1024 475401 49044)) ------------=_1473621002-31208-1--