X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=Ayl+pOrQLPzl+2/nfEif5WiUm2WcE H1KJcKtt7TmyNEVtWPe7zt5lKSHKAUqlTTJ05neZKS/ImJRVhfVFO5p7gTUIL5Za 2Gud3wiHM1YMf25ErT3jOXyx6p6UyVLDKK/caBkZ2pj2rJrA7wdsHS7HpryPFfxB m+2lUhMt6e2YB8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=8s0mxzzW25RYRHXjt4ThHPuCWOk=; b=cHN oCE/mmXQVPcMV37X5NXlfp5PCxTz+21snO6vR1ise9IMw2P9qulhV5vRk7cGXezH GADQmVDokqLcdGpckWvwIeTwj1uow4iLeDbRPY0C9BNPCZ38B8/H8V5wFI5wFkyT hZRA+6nyVzwR/x9EV05KBdoS3CXir9wPjTN0b0Qw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=dragon, setq, HX-Received:Mon, buy X-HELO: mail-qt0-f174.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:user-agent:to:subject:date:message-id :mime-version; bh=ElAv2yWMnmL8pac9t2iqZ3Iqcvu/C7R++o6qYq+7uvk=; b=Haor+8es/s25oKKQCYHR3RsSYg+/d+jWLjQ8OA10Z8NUltPBkNI+x0QupSW59xWnoP waumOI8fiVWqPRGc2oI1REsEb4ZZgSVun2T3dhnjKyFxs4+CL6q5wCAif80zR1ae+WPx lpyV+dSFmip6yDrioeGpTEaGKUJGbyT4ze6yHlHGDI4umcm7jNpZxYX5OELJZG/3jSE7 P2d7watfbBr3FVbGhePGiBGEaTEHM9zonL9eGO2Tt5dAvHcVQ6y9mL+/MNpKVz/b4uJG khaR18nfVSGUuIuEHcIZCbMTCiLJDA2Y4U6wjjWkxISE4YOiNYgcpitcCr6k88IBO3Dk +7Bg== X-Gm-Message-State: AJaThX6zOlRFnsLZrFr11vUu2uN2gzD6e1KEjchDBWtbEO3ehClv1d5R wpcaFvfwO9O3rjCmUv1SZbXkYUla X-Google-Smtp-Source: ABhQp+TWofVwl3fryjoWnkJFe6U+iQSvmtiIMBfw9lrAIwTJiLmyOj/kY7Y7+Yff/TYHqzn/Y5LFiw== X-Received: by 10.200.43.78 with SMTP id 14mr21700344qtv.72.1509957069247; Mon, 06 Nov 2017 00:31:09 -0800 (PST) From: "U-BLASTER-6000\\mtdew" X-Google-Original-From: "U-BLASTER-6000\\mtdew" User-agent: mu4e 0.9.18; emacs 25.3.1 To: cygwin AT cygwin DOT com Subject: sorry ken - thanks SOLVED -FINALLY!!! Date: Mon, 06 Nov 2017 03:31:08 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes I got emacs/cygwin with mu4e in comodo container. I had a really difficult time with: ;; (setq gnus-button-url 'browse-url-generic ;; browse-url-generic-program "/cygdrive/c/cgwin64/bin/midori.exe") ;; browse-url-browser-function gnus-button-url) Once I commented browse-url-generic out everything worked like it was supposed to. Now that code in browse-url-generic worked in midori but BOMBED when I put the path to comodo dragon. So commenting browse-url-generic out while I was fooling with a some bash ended up serendipitously working. Here is the other sections I had from the wiki: (add-to-list 'browse-url-filename-alist '("/tmp/" . "file:///cygdrive/c/cygwin64/tmp/")) (setq browse-url-filename-alist '(("/webmaster AT webserver:/home/www/html/" . "http://www.acme.co.uk/") ("^/\(ftp@\|anonymous@\)?\([^:]+\):/*" . "ftp://\2/") ("^/\([^:@]+@\)?\([^:]+\):/*" . "ftp://\1\2/") ("^/+" . "file:/"))) so no problems. It was so easy for most emacs users. I really need to buy an emacs-lisp book. have a cool monday- Jim McNamara -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple