all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* config problems and bisecting an org-mode configuration file
@ 2017-06-03 13:00 Sharon Kimble
  2017-06-03 15:46 ` Emanuel Berg
  0 siblings, 1 reply; 14+ messages in thread
From: Sharon Kimble @ 2017-06-03 13:00 UTC (permalink / raw
  To: help-emacs

[-- Attachment #1: Type: text/plain, Size: 2033 bytes --]


I have three problems with my config at the moment -

- an inability to close emacs using its internal commands, and
- 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
- 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 -

--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)
--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.

- 'config.org' has 17773 lines of active code (active means everything
  that is to be tangled)
- '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 internal closing command.
I've run 'emacs --debug-init' which loaded correctly but then wasn't able to 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.
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk  
Debian 9.0, fluxbox 1.3.5-2, emacs 25.1.1, org-mode 9.0.7

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-06-07  1:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-03 13:00 config problems and bisecting an org-mode configuration file Sharon Kimble
2017-06-03 15:46 ` Emanuel Berg
2017-06-04 19:28   ` Sharon Kimble
2017-06-05 16:21     ` Emanuel Berg
2017-06-05 18:32       ` Sharon Kimble
2017-06-05 21:04         ` Emanuel Berg
2017-06-06 13:03           ` Sharon Kimble
2017-06-07  0:22             ` Emanuel Berg
2017-06-07  1:07               ` Emanuel Berg
2017-06-07  1:26               ` Emanuel Berg
2017-06-07  1:43                 ` Emanuel Berg
2017-06-05 23:18     ` Robert Thorpe
2017-06-05 23:48       ` Emanuel Berg
2017-06-06 12:56       ` Sharon Kimble

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.