Emacs and emacs -nw with solarized look different

Hey,
I installed solarized for emacs and in my .Xdefaults (https://github.com/solarized/xresources/blob/master/solarized from here).
Emacs looks fine, but everything in my urxvt looks slightly off, compared to emacs.
Here is a screen shot between emacs -nw and emacs side by side:
http://p67.img-up.net/screenshot8025.png
The colors are kind of switched. Is there something wrong with the color scheme in my xresources?
Or do I have to to something additional to get the solarized look right in emacs -nw and urxvt?
Thanks!
EDIT:
setting:URxvt*termName: rxvt-unicode-256color
change the look of emacs -nw, but now it looks even more wrong.
Other console programms look better now.
Last edited by schlicht (2013-08-27 15:09:27)

Ok I've installed everything and put the following into the .emacs file:
(require 'org-install)
;; The following lines are always needed. Choose your own keys.
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
(global-font-lock-mode 1)
; for all buffers
;;;orgbabel;;;;
(org-babel-do-load-languages
'org-babel-load-languages
'((R . t)
The last part being the bit about babel - the business end for R. Now I don't need to install anything else? Or any other lisp's for babel? But! The .emacs file is not producing any errors now when I start emacs up.
[EDIT] Everything work's now I've installed an external - more up to date distribution of Org!
Last edited by Ben9250 (2010-10-26 19:53:54)

Similar Messages

  • Emacs AND emacs-nox

    I'd like to use on the same machine both emacs and emacs-nox. But they are mutually exclusive. A proximate cause is that they both give
    the same name, 'emacs', to the resulting executable. I presume there are no fundamental conflicts between the X and the no-X versions
    of Emacs, and I'd be perfectly happy to run emacs-nox under a different name. How can I get it my way?
    The reason I want emacs-nox is that I need a just-in-time, disposable, mini-emacs, to be evoked for a brief moment in, say, the 'root' permission terminal that I keep constantly open to run a root-authority commands or touch up a system file. I used to use zile for that, but it is not 100% compatible with emacs, lacks many of the most common commands, and doesn't handle well Ctrl, Alt, Bcksp, and friends.
    When looking for a small-footprint version of emacs for the Raspberry Pi, I realized that emacs-nox has a much smaller footprint not only than emacs, but also than emacs -nw, and in fact is not much bigger than zile itself. So, why use a crippled app if one can use the real thing at very
    little extra cost?
    What do you think? Thanks

    rugantino wrote:The reason I want emacs-nox is that I need a just-in-time, disposable, mini-emacs, to be evoked for a brief moment in, say, the 'root' permission terminal that I keep constantly open to run a root-authority commands or touch up a system file. I used to use zile for that, but it is not 100% compatible with emacs, lacks many of the most common commands, and doesn't handle well Ctrl, Alt, Bcksp, and friends.
    Use TRAMP to edit files via sudo within Emacs. No need to start up a new instance.
    Alternatively, use ABS to recompile it and add the --program-{prefix,suffix} option to change the name of the binary to emacs-nox or whatever.
    Last edited by jakobcreutzfeldt (2013-06-01 10:20:04)

  • Make and dmake included with Solaris 10/Studio 11

    Subject: make and dmake included with Solaris 10/Studio 11
    I've been working on a project where I'm converting makefiles that were originally developed for GNU make to utilize dmake.
    The one issue I've been having is that one dynamic macro "$<" (insert dependency) doesn't seem to work as documented in the make man page either with dmake and make (in /usr/ccs/bin, or /usr/xpg4/bin). Here's a small snippet of what I'm trying to figure out:
    #### Targets
    oraSQL.c: oraSQL.pc
    $(ORACLE_HOME)/bin/proc iname=$< dbms=v8 HOLD_CURSOR=NO RELEASE_CURSOR=YES ireclen=132 oreclen=132 select_error=no lines=yes sqlcheck=semantics xref=yes CODE=CPP ORACA=YES MODE=ORACLE MAXOPENCURSORS=50 userid=$(CONNSTR) When make executes this, it should replace the "$<" with "oraSQL.pc". This does work with GNU make. Now, I know that Solaris make and GNU make are definitely not the same; the manpage for Solaris make at the section titled "Dynamic Macros", clearly states that the same behavior should exist. Unfortunately with Solaris make, the macro is simply replaced with nothing.
    Am I being a blockhead, or is there more too this that someone here might know about?
    Thanks in advance;

    First of all, this is a well known problem. It is not a bug, but a
    difference in behavior between Sun "make" and GNU "make".
    The behavior of Sun "make" is documented in man page,
    and we cannot change the default behavior because this will
    break the existing builds.
    Here is how it is documented in make.1 man page:
    $< The name of a dependency file, derived as if
    selected for use with an implicit rule.
    Second, this problem has been reported several times (see CR
    6593262 for example) , and we addressed it - we provided
    environment variable to specify the compatibility mode.
    SUN_MAKE_COMPAT_MODE=GNU
    - compatibility with GNU "make"
    Compatibility with GNU "make" is partially implemented, and
    will be improved in next releases.
    Here is an example how to set SUN_MAKE_COMPAT_MODE
    to avoid the problem, mentioned in CR 6593262:
    1. This is what happens if SUN_MAKE_COMPAT_MODE is not set.
    % unsetenv SUN_MAKE_COMPAT_MODE
    % cat Makefile
    ## -- Makefile --
    ECHO=/usr/bin/echo
    all: this
    that:
    $(ECHO) "soccer"
    this: that
    $(ECHO) $<
    % dmake -m parallel this
    /usr/bin/echo "soccer"
    soccer
    /usr/bin/echo
    2. Here is what happens if SUN_MAKE_COMPAT_MODE=GNU
    % setenv SUN_MAKE_COMPAT_MODE GNU
    % env | grep SUN_MAKE_COMPAT_MODE
    SUN_MAKE_COMPAT_MODE=GNU
    % dmake -m parallel this
    /usr/bin/echo "soccer"
    soccer
    /usr/bin/echo that
    that
    So, in this case the output is identical to GNU make, correct?
    Please, try to set the environment variable:
    SUN_MAKE_COMPAT_MODE=GNU
    and restart your build.
    Thanks,
    Nik

  • Website created with iWeb looks different in IE and Firefox than Safari-why

    So I spent a few hours working on my Home and About Us page. Then, while browsing this forum, I started seeing posts about how sites done with iWeb might not look good in IE and/or Firefox. I decided to test out my work. I zipped up my site files and emailed them to myself. I went to my Dell desktop and downloaded the files to that computer. I opened up the home page in Firefox first. The site seemed to look ok, and both the home and about us page links showed up and were functional (i.e. I was able to browse back and forth between the two pages). However, I had some bullet points on the about us page that had a green border around them. This rendered fine in Safari on my Mac, but in Firefox, the bottom line of the box was not connected! Why?
    After viewing in IE, I was depressed. The site didn't look at all like it should have. Not only that, but I couldn't navigate between the pages, since the links for home and about us were not at the top. What can I do to make sure that a site I create with iWeb looks good in Safari, IE, and Mozilla Firefox?
    -A stumped newbie

    Well I see that you and I share the same problem, I posted the same type of question and am anxiosly awaiting replies on this topic, as it is very important
    I own a small business, and every hour a customer cannot view my site is a customer lost to incompatibility issues.
    I hope someone can help answer these issues.
    http://www.siegfriedscall.com

  • Trouble with photos looking different after exporting to LR5

    I am new to lightroom 5.  My photos do not look the same after exporting to CD or to a photo lab for printing.  I am exporting to my hard drive before burning to CD.  Can someone help?  I am starting with RAW or CR2 files before editing.

    What export settings are you using. For jpegs I always choose color space as sRGB (unless the printer requests Argb) and then I set print  size, with resolution between 240 and 300 ppi. For glossy paper I choose a high sharpening setting.
    It’s also possible to print a whole batch to jpeg files using the Print Module (see image below). You can then set an output value for brightening and contrast.
    This can be useful as many people using uncalibrated monitors often find prints look darker than shown on their PC. When using for the first time it’s well worthwhile doing a test batch using different settings to see which gives you the best results.

  • Can't import RAW and psd file with same name different extension

    Trying to import a folder of images from desktop that I have been working with in Bridge CS3.
    LR won't import a RAW file that has a PSD file by the same name. Tried renaming the PSD and deleting the one with the same name, but says it is still there and won't import the RAW file - What is the correct workaround on this? Why can't it import same name files with different extensions?

    A forum search for 'RAW + JPEG' will give you more posts on this than you care to read. This will change. For now, import the RAW and PSD's from separate folders and then move them together for within LR.
    LR is seeing the RAW as a sidecar to the PSD. It is an unforseen effect of the RAW + JPEG thing where they decided to not import the JPEG, seeing it as basically a preview image for the RAW.
    LOL
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • 2003 eMac and 23inches new Apple display compatible?

    I just got a new display (23in Apple) and I would like to plug it in my eMac
    which only seems to have a VGA oulet,
    Does anyone know of an adaptor that could do the trick?
    Couldn't see any on the Mac online store.
    Thanks a million for any suggestion.
    Francis

    There are VGA to DVI converters, but they run about $300.00 US (you can find one such here). And your eMac doesn't support extended desktop, only mirroring, so unless you install a firmware hack (which you use strictly at your own risk), you would get the same picture at the same resolution as on your eMac's screen. Even with the hack, I'm not sure if the eMac would support the 23" LCD's resolution.
    So it's up to you whether or not it's worth it. You could probably sell your eMac and combine that with the cost of the converter and buy a new Mac mini which would support that monitor directly.

  • Advice about hooking up a MBA to my emac and it's firewire external devices

    Hi
    A friend has offered to pass on a MBA - the only prob is that i'm Emac and firewire based with my hard ware. I don't even use any wireless.
    My First questions are:
    1. Would it be possible to get the emac communicating with the MBA wirelessly in theory - and if so whats the easiest way ?
    2. If i can do the above - will the MBA be able to access my external firewire HHDs and external dvd drive via them being hooked up to my emac - Whats the deal with the MBA accessing these external firewire devices ? Is it as simple as them being mounted on my emac desktop?
    3. I'm on Tiger on my emac - will the Leopard on MBA be able to interact with this OS ?
    4. My Emac is a PPC computor - will it still be able to interact with the MBA ?
    Thanks for helping out ...
    d

    You certainly can use an AEBS if you want. It's more expensive but is very well-made, reliable, and you can be sure it's Apple compatible. Personally, I use an AEBS in my home network. However, I use a D-Link 524 for my Vancouver condo network because I rent the condo when I'm not there. My tenants usually have PCs, so the D-Link will be easier for them to work with and configure. It works perfectly well with my Macs, but configuration requires using a browser (the included software doesn't work on Macs) and D-Link doesn't provide much support for Mac users. If these are concerns for you, then by all means use the AEBS. You won't be disappointed.
    The D-Link 524 only supports Ethernet 10/100BT speeds, but for you that's fine because your eMac's Ethernet port only supports Ethernet 10/100BT speeds, so you really can't take advantage of the higher speeds within your network. The D-Link does not support 802.11n which means you will be limited to 802.11b/g communication speed for your MBA. That would not be the case with the AEBS.
    As for file sharing you can share files between computers without requiring the use of the Public folder. See the following:
    MacBook Air- How to use Remote Disc to share DVDs or CDs on a Mac or Windows-based computer
    Help- Sharing your computer with others on your network
    How to Connect to File Sharing or Apple File Services (AFP)
    Mac OS X- About File Sharing

  • Duplicate version looks different than original -- same adjustments

    This morning I imported a few photos (D70 RAW), found they looked good with the default processing (no adjustments applied other than the default RAW 1.1 processing), and created duplicate versions to crop to different sizes. The duplicate versions look different -- the dark areas of the photos are lighter and noisier (sorry, still learning proper photo terminology). The duplicate versions have the identical adjustments (none). I tried toggling the cropping on/off, and the duplicate versions still look different.
    This is very odd... has anybody else experienced this?
    iMac 24" 2.16GHz   Mac OS X (10.4.8)   2.0 GB RAM NVIDIA GeForce 7600 GT 256 MB Nikon D70

    I did a little more investigation on this issue, and found that when I make the duplicate version, the image still looks identical. It is when I crop the image that things get messed up -- even if I then remove the crop adjustment.

  • How can I use the "gcc compiler and emacs editor" in Solaris 8 for Intel?

    I installed Solaris 8 for Intel to my desktop computer.
    After the installation, I found I couldn't use the companion software (the software CD included in the Multilinugal Media Kit for Solaris 8) - especially the emacs editor and gcc compilers.
    I certainly installed the companion software to my computer. And I can identify that those softwares are
    really installed to my system. In order to check out whether I installed them or not, I went to the "System Administrator" and opened the "Solaris Product Registry", in which I identified that all the files in
    the companion software were succesfully installed in my computer.
    However, when I open terminal or console box and tries to use those
    software, the system responds that "there is no emacs or gcc."
    Why I cannot use those things?
    Did I install the companion software wrong?
    I really don't understand why I can't use them.
    For your reference, I saw the directories "/usr/bin" and "usr/ccs/bin"
    too.
    In /usr/bin I typed
    #as
    and no such command.
    In /usr/ccs/bin
    #as
    and also no such command
    was what I had as a response.
    If I installed the companion software CD correctly and if they are installed somewhere in my computer,
    where I can find them and how I can use those softwares?
    Lastly, whenever I try to connect to my ISP via telnet mode, I see this
    message.
    "Try to connect ...
    connected to ***.***.***.*** (IP address of my ISP)
    Closed by foreign hosts."
    Is there any one who knows why this happens?
    Thanks for reading my question.

    gcc and emacs install in /opt/sfw. You should change your path statement to include /opt/sfw/bin and should obtain the FAQ from sunfreeware.com. The FAQ answers all your questions.
    I have installed gcc and gtk and am using both at this time.
    [email protected]

  • Express and eMac with D-Link USB Adapter

    I went down to my local Apple Centre to get an Airport Card for my eMac (700mhz). He said they didn't have any but recommended I buy a D-Link USB Adapter (802.11g/2.4ghz wireless) to connect to the Internet via Airport Express. But I can't get the Mac to recognise it - when I use the Airport Assistant it says I have to connect via Ethernet as there is no Airport card Installed. Any ideas where I can find a step-by-step installation guide? Or any help here would be great!
    Thanks
    Ben

    BenCollison, Welcome to the discussion area!
    Unfortunately the drivers required for these USB wireless adapters frequently don't work well with Mac OS X. Many people never get them to work properly. Some people find the magical combination and get them to work.
    The best solution is the correct AirPort card.
    The next best solution is an Ethernet wireless adapter. These require no drivers and therefore work with any Ethernet device. Examples of Ethernet wireless adapters are the Linksys WET11, Linksys WET54G, and the Buffalo Technology WLI-TX4-G54HP bridge.

  • Problem with Internet connection sharing between eMac and Powerbook G3

    Hi,
    I seem to be having a slight problem with internet connection sharing.
    My eMac is the main machine with the internet connection, and its running 10.4.6, the Powerbook G3 is running 10.2.8.
    I can connect them all up and get online with both, but I the problem I am having is when I turn the Firewall on on the eMac, the powerbook can't connect.
    Is there anyway I can keep the Firewall enabled and still use internet connection sharing?

    How do I know which ports the Powerbook is using?
    Also I had web sharing enabled on the eMac and it made no difference at all.
    Plus I don't know if this means anything to you, trying to decipher it myself, all I can make out myself on there is port 80.
    May 31 21:26:30 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49743 67.15.24.40:80 in via en1
    May 31 21:26:34 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49531
    May 31 21:26:34 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49532
    May 31 21:26:39 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49533
    May 31 21:26:39 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49534
    May 31 21:26:42 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49743 67.15.24.40:80 in via en1
    May 31 21:26:44 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49535
    May 31 21:26:44 Craigs-Macintosh ipfw: Stealth Mode connection attempt to UDP 10.0.2.1:192 from 10.0.2.2:49536
    May 31 21:29:12 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49746 17.254.0.91:80 in via en1
    May 31 21:29:15 Craigs-Macintosh ipfw: 12190 Deny TCP 10.0.2.2:49746 17.254.0.91:80 in via en1

  • Modem-modem Networking with eMac and 6320

    Greetings:
    Thanks for those here who've rendered me assistance. You're indeed community!
    First off, for many reasons I've no other alternative to my problem but this solution. There's no going off buying anything or such. My eMac's ethernet ability nearly shot via infamous video card problem. Can't even truck it off for special extended warranty repairs for a LONG while. Keeping a roof's more important right now.
    I want to create a null modem like the good-old OS7 days between my OS 1.4.8 eMac and OS9/OS8 6320 just by modem-to-modem. If there's ANY formula to do this I'd be most grateful!
    Thanks
    James Greenidge
    1.25 gig eMac and Performa 6320
    1.25 gig eMac and Performa 6320    

    The Modem to Modem connection... if you could get it to work, would be painfully slow.
    Other than that though... You'd need a USB>Serial adapter to get a Null Modem connection, like...
    http://www.ramelectronics.net/html/usb_serial.htm
    http://www.keyspan.com/products/usb/usa19hs/homepage.spml
    Then you'll need a Terminal APP on both, I suggest Black Night for the 6320/OS8/9, and ZTerm for the eMac/OSX.
    Another solution would be an Ethernet/Wireless for the 6320... much faster easier solution if you have Airport/Wireless on the eMac already.

  • Xquartz and emacs

    I upgraded to Mountain Lion and replace X11 by Xquartz. Everything from macports works fine except emacs.
    1. If I open a local window, then typing "emacs" in an xterm will behave like "emacs -nw": it opens in the xterm rather than in a separate window.
    2. If I "ssh -X" to a different machine and invoke its emacs I do get a separate window, but it's way too big: it spans all the windows on my (fvm2) desktop, rather than the current window.
    This is not a problem with the DISPLAY variable: programs like xpdf have no problem in popping up new windows.
    Since these display problems happen with different emacs I suspect an XQuartz problem, but that's as much as I understand.
    Victor.

    Ah yes the joys of ASC
    Anyway you're question made me curious because while I have XQuartz I haven't used emacs in X in some time since the native version of emacs http://emacsformacosx.com has been out. This version is always up to date (it's at version 24) while the OS X version has been stuck on 22 for some time and it runs and looks  great on OS X.
    So I went off and downloaded emacs 24 source from the GNU site and compiled it here using
    configure --with-x
    to get x11 support into it.It compiled clean (except for not having the jpg, tiff and png libraries) and ran fine with X. When I start it from the terminal X starts and if I start it from an X terminal it  opened in its own window. Didn't try the ssh aspect of your question, don't have the setup here to do that.
    So emacs and XQuartz play fine together, the problem you are experiencing getting emacs to run in its own window is most likely not related to XQuartz.
    Is your install of XQuartz new? Have you just installed it? If so have you logged out and back in again since the install. This is needed to get the environment setup right and is mentioned in the install docs for XQuartz.
    Are you sure you are running the correct version of emacs. The version in /usr/bin is not X aware. As I said that is version 22, what is the version of emacs you have from macports. Assuming macports has a newer version when you start emacs check to see what version is running. If it's 22 you might be getting the /usr/bin version in some way.
    Finally are you sure the macports version is X aware. If you have Xcode installed on your machine compiling emacs yourself to ensure that is is X aware is not a big deal you may want to try that.
    And finally (again ) If you still have problems you might want to ask over on the Apple X11 mailing list. See
    X11-users -- X11 for Mac OS X discussion list
    regards

  • EMac and Mac Mini?

    I have an eMac I recently upgraded to Leopard. I keep getting space warnings in iPhoto, which is what I use the computer most for (I produce a school yearbook on the eMac). Also my CD drive often takes 20 attempts to open. I would like to know if I should add an external harddrive or can a Mac mini (has a CD drive) be used as one and what would be better for space? Can the CD drive on the Mac Mini be accessed from the eMac. Also once I have some external item, how do I put stuff on it and access those items? Do I move programs to it, or just save things to it? I would replace the eMac but with students around and limited desk space - it's size and weight make it impossible for kids to move or knock over. They mostly don't even notice it as it just looks so low tech.

    I would like to know if I should add an external harddrive or can a Mac mini (has a CD drive) be used as one and what would be better for space?
    The Mac mini can be used as an external drive, but it is likely too expensive if all you want to use it for is as an external drive.
    Can the CD drive on the Mac Mini be accessed from the eMac.
    Yes.
    Also once I have some external item, how do I put stuff on it and access those items?
    Drag the iPhoto Library to it from the Pictures folder in the Finder's sidebar, and launch iPhoto with the Option key held down. Other documents can also be moved over.
    (43802)

Maybe you are looking for

  • Accounting entries in STO ??

    hii I want to know the exactly STO process with CIN accounting entries in manufacturing plant and in DEPOT plant . In manufacturing plant RG1 register will get updated ?? ANd In DEPOT plant , RG23D register will get updated ?? Explain me with account

  • WAN security in bridge mode

    Greetings! I have an Airport Extreme 802.11n hooked up to a cable modem, and I am pondering switching the Airport from NAT mode to bridge mode. The purpose is to give each client on the network its own WAN IP. As I share an apartment with two friends

  • Can't install Leopard After installing Linux

    I installed Debian on my power book G4 for a work project knowing I was going to buy Leopard and install that any way. Having finished with Linux I purchased Leopard but I can't get any further than "You nee to turn of your computer" screen that come

  • Printer errors on white background

    I just got an "Out of Memory" error when printing.  Aside from the wasted paper, the error message is printed on a 50% grey background. On A3 paper at max quality, that's a lot of ink wa$ted. If we must print error messages on the printer, can we ple

  • Super Sleuths, What is wrong with this code?  THANKS!

    If you copy and paste this raw file, it registers as having no episodes linked to it: http://www.crazydaveradio.com/AUDIO/CDKSFULL/cdksfull.xml This however works if you past it into iTunes: http://feeds.feedburner.com/CrazyDavesKidShow/ Both validat