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: Re: config problems and bisecting an org-mode configuration file Date: Sun, 04 Jun 2017 20:28:54 +0100 Message-ID: <87y3t75z7t.fsf@skimble.plus.com> References: <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 1496604584 10802 195.159.176.226 (4 Jun 2017 19:29:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 4 Jun 2017 19:29:44 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 04 21:29:40 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 1dHbDW-0002Xt-PC for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Jun 2017 21:29:38 +0200 Original-Received: from localhost ([::1]:58323 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHbDc-0006ZL-95 for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Jun 2017 15:29:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHbD4-0006ZE-Of for help-gnu-emacs@gnu.org; Sun, 04 Jun 2017 15:29:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHbD1-00041A-LO for help-gnu-emacs@gnu.org; Sun, 04 Jun 2017 15:29:10 -0400 Original-Received: from avasout04.plus.net ([212.159.14.19]:51519) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHbD1-00040I-Ei for help-gnu-emacs@gnu.org; Sun, 04 Jun 2017 15:29:07 -0400 Original-Received: from london.london ([31.185.147.13]) by avasout04 with smtp id UjV21v0050HaZcX01jV3r2; Sun, 04 Jun 2017 20:29:05 +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=jKjxfLc-AAAA:8 a=LlzXLoV6AAAA:8 a=iI7HsYTVAAAA:8 a=bAHfVwKlAAAA:8 a=PlvjWRtdqbKsQNJsZB4A:9 a=QU63wCQ-8Q7Vxs-E:21 a=yCuozicUAgB1Me7e:21 a=HPl4itWM1igjiijLrcUA:9 a=ONNS8QRKHyMA:10 a=diwpeB1DDhFXqWA7J4Up:22 a=KxyM1Xthmv57RbWRIpnN:22 a=fjrkRJ71zQ2jzMzczd-K:22 X-AUTH: skimble@:2500 In-Reply-To: (Emanuel Berg's message of "Sat, 03 Jun 2017 17:46:34 +0200") 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:113354 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Emanuel Berg writes: > Sharon Kimble wrote: > >> I have three problems with my config at the >> moment - >> >> - an inability to close emacs using its >> internal commands > > What do you mean ... ? Because you have Gnus > running and it won't save activity? > Or something else? > > (defun emacs-quit-no-confirm () > (interactive) > (when (gnus-alive-p) (gnus-group-exit)) > (save-buffers-kill-terminal t) ) ; silently save all I meant that I was unable to close emacs using its internal commands of 'C-x C-c' and had to kill it aggressively by either its PID or pkill. > >> and - an inability to >> right-click on an url in gnus to either open >> that url in emacs-w3m > > Do you mean URL:s that for some reasons are > not buttons? Hyperlinks in gnus emails. > >> or copy it to the clipboard for use in >> another browser > > If it is a literal URL, you can do > > (defun kill-url () > (interactive) > (kill-new (thing-at-point 'url)) ) > ) > >> and - an inability to use +foo+ to >> strike-through something to effectively show >> that its commented out. In org-mode if you put +foo+ then foo has been strike-throughed, and I had lost this ability. > > You want a word that is enclosed within plus > signs to take on a specific face? You can do > > (font-lock-add-keywords 'emacs-lisp-mode > '( > ("\\+.*\\+" . font-lock-comment-face) > ) > t) ; APPEND > > (Change mode and face to your liking.) > >> it needs to be sorted out this weekend > > Oh, no! Get to work everyone :) Bwwwwrrrp!!! (That's a raspberry for you! :) It was an admonition for me that I *needed* to get this sorted this weekend. And I have almost done. =2D Inability to close properly - WORKS =2D inability to use org-mode strike-through by using multiple +'s - WORKS =2D Ability to right-click a hyperlink - not sorted. It seems to be a problem with avy-menu, so I've raised a bug on their site. 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/6QwVBIYugJDbNoGAGQr4g1sFAlk0X3YACgkQNoGAGQr4 g1sYQxAAnU5bkAJVkgq05SFf/ieGa+u+yh9SreUWnBn8sDCQlLIos0dM7McPnigG FMziGuf2OHfh5m0kUhbSl+8PjLoUUuk5Nzs5UInwzu788VuhKIZRFZkDd/3rwPRm Svyvx9Jv/2Af88IarELQv22r5kITH4ZAq/1kYr9+AmUk8hRwBCKSRmMmP+roOfwC 2FvqllLr/cPtM7pnnjo1EAzcxCRiFYNY0g7QUMex/bJL6ZbxI83zX/65qknDs9Be aWTV9kO7YNtmTVBQNhTP+i8Voc955lMay9mlqCn1DDu9Un3wPRkgPa+w8pyZRvQb h2AfcvrH/fMx/WPUXXar0VStG9MBjHpoWzHbW4o4qGVLOl8Q1ET+fYwqgNCIXEUP rIJfMrksWsVrXDYkoi8OEE+hwgtIDPcZNkkRzN/qisg/ya6x/KwI1ddWrhHZV9xj sE0mMAduHBEqwMbHTYITB0qH0ZZ/CQVlhGNM8qMNVJiOQNgmVBnctJGoYHxvX2CL d3FWkZ2ZoeoVPJBTz4z8Z9WsPR4dqUgxkRZ3GUhwNcNOQd/GYTvfJOkZb9g+pofx SSlMaBb9dnTNvS7NKuVqUXhjInNjnQ0u9KHs0ToDy6kog3XVpAfe35lwqmFwSXWH FpA3sNWhcI95AY8A7p+jvGCFU5RaLASoYWdgR8FpaHsTlugI734= =FRxo -----END PGP SIGNATURE----- --=-=-=--