Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codepad-paste-region does not return url #4

Open
modulitos opened this issue Sep 23, 2015 · 1 comment
Open

codepad-paste-region does not return url #4

modulitos opened this issue Sep 23, 2015 · 1 comment

Comments

@modulitos
Copy link

Just to be sure, I started emacs with emacs -Q, and I did the following:

  • M-x toggle-debug-on-error

  • Copy/pasted codepad.el into ~/.emacs.d/elisp/codepad.el

  • In a buffer, I selected the following lines:

    (add-to-list 'load-path "~/.emacs.d/elisp") ;; replace PATH with the path to codepad.el
    (autoload 'codepad-paste-region "codepad" "Paste region to codepad.org." t)
    (autoload 'codepad-paste-buffer "codepad" "Paste buffer to codepad.org." t)
    (autoload 'codepad-fetch-code "codepad" "Fetch code from codepad.org." t)
    

    Then I ran M-x eval-region. All seemed fine (No errors were detected).

  • I selected some text, and ran M-x codepad-paste-region, and nothing seems to happen. I only get the following message in the *Messages* and mini buffers:

    Contacting host: codepad.org:80
    

Am I missing something, or is this package broken?

Here is my system information, if it helps:

[my-pc]/home/.../.emacs.d/elisp$ uname -a
Linux my-pc 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 GNU/Linux
[my-pc]/home/.../.emacs.d/elisp$ emacs --version
GNU Emacs 24.5.1
Copyright (C) 2015 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
@ruediger
Copy link
Owner

The package is broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants