From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.help Subject: config problems and bisecting an org-mode configuration file Date: Sat, 03 Jun 2017 14:00:49 +0100 Message-ID: <874lvx8bum.fsf@skimble.plus.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1496494900 31209 195.159.176.226 (3 Jun 2017 13:01:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 3 Jun 2017 13:01:40 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 03 15:01:34 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dH8gQ-0007rP-3k for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Jun 2017 15:01:34 +0200 Original-Received: from localhost ([::1]:53719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dH8gV-0006uW-Gb for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Jun 2017 09:01:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dH8fz-0006t3-HK for help-gnu-emacs@gnu.org; Sat, 03 Jun 2017 09:01:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dH8fu-0000n3-Gh for help-gnu-emacs@gnu.org; Sat, 03 Jun 2017 09:01:07 -0400 Original-Received: from avasout04.plus.net ([212.159.14.19]:58381) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dH8fu-0000li-1c for help-gnu-emacs@gnu.org; Sat, 03 Jun 2017 09:01:02 -0400 Original-Received: from london.london ([31.185.147.13]) by avasout04 with smtp id UD0x1v0050HaZcX01D0zA1; Sat, 03 Jun 2017 14:00:59 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=cL2QihWN c=1 sm=1 tr=0 a=z1IzoifO1pmR3EmH2pbmig==:117 a=z1IzoifO1pmR3EmH2pbmig==:17 a=Gk50WWB1AAAA:8 a=LlzXLoV6AAAA:8 a=iI7HsYTVAAAA:8 a=bAHfVwKlAAAA:8 a=0dm2cW-_GXi9ROn_ch0A:9 a=or4BhwAF0Rg1oc4A:21 a=WhWMknX0njoRcSTe:21 a=1ytcuQ09mV0ttLgDZ44A:9 a=ONNS8QRKHyMA:10 a=RM85eZ-aGq2SIXCbyYCd:22 a=diwpeB1DDhFXqWA7J4Up:22 a=KxyM1Xthmv57RbWRIpnN:22 a=fjrkRJ71zQ2jzMzczd-K:22 X-AUTH: skimble@:2500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 212.159.14.19 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:113343 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I have three problems with my config at the moment - =2D an inability to close emacs using its internal commands, and =2D an inability to right-click on an url in gnus to either open that url in emacs-w3m, or copy it to the clipboard for use in another browser, and =2D an inability to use +foo+ to strike-through something to effectively show that its commented out. I know the theory behind 'bisecting my init file', except mine is held in an org-mode file (called 'config.org') which is called by my init.el which states - =2D-8<---------------cut here---------------start------------->8--- (package-initialize) (require 'ob-tangle) (org-babel-load-file "~/.emacs.d/config.org") ;; Don't load old .elc files when the .el file is newer (setq load-prefer-newer t) =2D-8<---------------cut here---------------end--------------->8--- So do I bisect my 'config.org', or the 'config.el' please? 'config.org' is 570.7 kb, and its tangled config.el is 440.0 kb. =2D 'config.org' has 17773 lines of active code (active means everything that is to be tangled) =2D 'config.el' has 12024 lines of code. So, which do I bisect please? And any hints/ideas which could make it simpler/easier to do please? Its further complicated by me using Debian which sets its own startup files= before emacs is starting to load my config, so ideally I'd like to not use= them at all. I've run 'emacs -Q' which loaded and then was able to be closed via its int= ernal closing command. I've run 'emacs --debug-init' which loaded correctly but then wasn't able t= o be closed via the internal command. I've run 'M-x bug-hunter-file' on 'config.el' which showed zero problems. So all in all, its looking like something is wrong with my config, and it needs to be sorted out this weekend, so any ideas please folks? Thanks Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk TGmeds =3D http://www.tgmeds.org.uk DrugFacts =3D https://www.drugfacts.org.uk=20=20 Debian 9.0, fluxbox 1.3.5-2, emacs 25.1.1, org-mode 9.0.7 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEELSc/6QwVBIYugJDbNoGAGQr4g1sFAlkyswEACgkQNoGAGQr4 g1ub7A//eV9zHg3pXfzFvaCOflvP9TQV44y8PreZFfyGzX/p98bH2LAndBY/ZG7F fVxratic8vyyqc1FUjPpeNm70+N/mHDr/mPg2yRF3KPJFhz0RX1otiAzIgL4upA6 zUjjiRYC2WLdQaELERDkgZw/OwdOlQuUarM88qzJSKPhsLsI+KXgylxvjHkVzCxy DapBPypjew01fznJK5Iugs/vn1PWj+QCjqOuYoy44NF+3SWySUVpm2XxcoonLXsG puRen3XPRio3PyK6oMig/wVywX6+B+xp8UaWES7o3mtNNo5/2xwpZecWCNA4TtgR jJPL8yooZNlEdtrwb2XLGc4v8C4PGbsTwVi/lhH9x8t27J70xJnlp/58bfVFH5Zf 2v1FYZ4kAazIk3LVwhHIRJW8U0sUA0v/OELLMyOyyNqTpu+C4D82wZxZwURzK8Ro 4O325XlIsTFC/LE7emJKRMNgCnSKYGqAzgoauKC5iXBx7hu5VKV1DaTOThm1NRuy TyQH3qQOPOutjZ+gLeuhP9iVktY70oC7iSo68kqqxb9X30wFVG/mkJRgoCleUp1H xRu8vgUwqJj9C3HzfGD9W7zb6QIfwlO6nL/yhv6AgVTzRIuNELETs0ddX+jaDAv+ 8QRRQ9ti+DRzGVAzHYk48fNf7+XwoxUPEZWqIC96p5bdImE8H0s= =fLs8 -----END PGP SIGNATURE----- --=-=-=--