CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 09:47:04 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090810220745
location: https://web.archive.org/web/20090810220745/https://github.com/technomancy/clojure-mode/issues
server-timing: captures_list;dur=1.039436, exclusion.robots;dur=0.032002, exclusion.robots.policy;dur=0.013258, esindex;dur=0.020774, cdx.remote;dur=38.348483, LoadShardBlock;dur=637.892095, PetaboxLoader3.datanode;dur=95.812820, PetaboxLoader3.resolve;dur=451.234024
x-app-server: wwwb-app210
x-ts: 302
x-tr: 720
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app210; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 17 Aug 2025 09:47:05 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Mon, 10 Aug 2009 22:07:45 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 232ms
x-archive-orig-etag: "ccc5de2d3e5fb91fc1329234a93c33e6"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23815
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 10 Aug 2009 22:07:45 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 10 Aug 2009 22:07:45 GMT", ; rel="memento"; datetime="Mon, 10 Aug 2009 22:07:45 GMT", ; rel="next memento"; datetime="Sat, 17 Jul 2010 17:02:10 GMT", ; rel="last memento"; datetime="Sat, 17 Jul 2010 17:02:10 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090810195206_crawl102.gpg-c/52_11_20090810220642_crawl101.arc.gz
server-timing: captures_list;dur=0.468360, exclusion.robots;dur=0.017934, exclusion.robots.policy;dur=0.007598, esindex;dur=0.010319, cdx.remote;dur=21.523522, LoadShardBlock;dur=307.265623, PetaboxLoader3.datanode;dur=93.696671, PetaboxLoader3.resolve;dur=199.205661, load_resource;dur=122.668579
x-app-server: wwwb-app210
x-ts: 200
x-tr: 510
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Issues - technomancy/clojure-mode - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of jochu/clojure-mode | |
Description: | A mode for emacs that handles clojure edit |
Sort by:
Priority
Priority
|
Votes
Votes
|
Last Updated
Last Updated
Loading…
-
Only download "last-known-good" revision in M-x clojure-install
0 comments Created 3 months ago by technomancyEach dependent repo should have a last-known-good sha1 associated with it that is used by clojure-install and clojure-update.
Comments
-
(require 'swank-clojure-autoload) after swank-clojure-jar-path has been set
0 comments Created 29 days ago by fbreuerIn
clojure-slime-config
(require 'swank-clojure-autoload)
is called before
swank-clojure-jar-path
is set. This results in the error"You must specifiy either a `swank-clojure-binary` or a `swank-clojure-jar-path`"
if all the used specified was
clojure-src-root
. Changing the order of(require...)
and(setq...)
in the definition ofclojure-slime-config
solves this issue.Comments
This feature is coming soon. Sit tight!