From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: hyperlink to customize Date: Tue, 10 Dec 2013 01:56:38 +0000 (UTC) Message-ID: References: <87r49lloaa.fsf@alphaville.bos.redhat.com> <87mwk9llw7.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqCZO-0002UJ-01 for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 20:57:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqCZI-0001uy-5z for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 20:57:05 -0500 Received: from plane.gmane.org ([80.91.229.3]:40172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqCZI-0001ue-0I for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 20:57:00 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VqCZG-0005By-Lu for emacs-orgmode@gnu.org; Tue, 10 Dec 2013 02:56:58 +0100 Received: from 71-217-31-190.tukw.qwest.net ([71.217.31.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Dec 2013 02:56:58 +0100 Received: from algebrat by 71-217-31-190.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Dec 2013 02:56:58 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > elisp:customize > > should also work as a link, even without the brackets. > [...] so the question > is why it does not work for you. It does work, I was wrong. That is, `elisp:customize` does in fact work for me. Not sure if I should start a new thread for the following. --- synopsis: want (clickable) customize to open in a new frame --- I am currently having most of my links open in a new frame, a la '(org-link-frame-setup (quote ((vm . vm-visit-folder-other-frame) (vm- imap . vm-visit-imap-folder-other-frame) (gnus . org-gnus-no-new-news) (file . find-file-other-frame) (wl . wl-other-frame)))) I have tried to get my link to customize to open in a new frame, but do not know how to code, in particular in Emacs Lisp. I have considered the following elements that may play a role in a solution, but am not sure how to combine them, or what else to look for. I've considered the elisp manual, and looked at lists, macros, functions, in-line functions, creating frames, input focus and lamda calculus. This is probably my most complex attempt: [[elisp:(make-frame after-make-frame customize)]] But it does not work. http://www.gnu.org/software/emacs/manual/html_node/elisp/index.html#Top http://www.gnu.org/software/emacs/manual/html_node/elisp/Lists.html#Lists http://www.gnu.org/software/emacs/manual/html_node/elisp/Macros.html#Macros http://www.gnu.org/software/emacs/manual/html_node/elisp/Creating- Frames.html#Creating-Frames http://www.gnu.org/software/emacs/manual/html_node/elisp/Input- Focus.html#Input-Focus