Slackware :: Strange 13.37 Regression With Emacs?

May 22, 2011

I've a strange regression with Slackware 13.37 and Emacs. In Slackware 13.1 (and all previous versions since I started with Slackware 11), Emacs in X-windows looks good regardless of the window manager. I've attached a show of Emacs in Slackware 13.1 to show what I mean. Notice the nice logo and fonts. In Slackware 13.37, the logo is missing and the fonts are different in KDE (and Window Maker). The logo is back and the fonts look good in XFCE (and TWM). See the other attachments.

View 4 Replies


ADVERTISEMENT

Slackware :: Big Regression Between 13.1 -> 13.37--am I The Only One?

May 19, 2011

Searching around, I couldn't find anyone talking about this so I wonder if it's something specific to my BIOS and/or chipset, an NVIDIA N67 aka C67 aka GeForce 7000M / nForce 610M IGP on an Acer 5520 laptop. 13.1 has always worked fine, though I needed NVIDIA's binary blob to get full performance from my video. Unfortunately a weird problem has cropped up with 13.37. I didn't notice it at first (when I wrote about my Nouveau woes), but noticed it tonight:

Only while running X, regardless of kernel (2.6.37.6 or 2.6.38.4) or video driver (Nouveau or the proprietary blob), with the laptop plugged in, if I pull the plug the usual ACPI event is generated; however, the IDE/SCSI/SATA subsystem also proceeds to do a reset on the drive, which disconnects it. Following this, the entire computer crashes. Since X is running, I haven't been able to see the console for any panic messages: it just freezes. If I have an xterm open as root, I can still try running commands, but nothing happens, probably because it can't load it from disk, but as soon as I exit back to my normal user, it locks up too and I get nothing. The only way out is to do the ol' holding the power button for 4 seconds thing to force the machine off.

My next idea, when I have time, is to try compiling the latest 2.6.39 kernel with the defaults that Pat gave out; if that fails, then I'll start removing things until it starts working. But it would sure save a lot of time if any of you had ideas or, better, solved this already.

View 9 Replies View Related

Slackware :: Strange Background Display Bug In KDE

Jul 7, 2011

I'm using Slackware64 with the KDE desktop. Sometimes, when I start KDE, I have a strange display bug that affects the background. Not a serious bug, only annoying. Here's a screenshot to get the idea: [URL] Usually, it's sufficient to logout and log back in to restore things to normal.

View 3 Replies View Related

Slackware :: 13.37 - Strange Happenings In Dolphin

May 13, 2011

My slackware 13.37 64 with 4 gig ram , has a strange thing in dolphin. My machine runs very well with kDE4.6.1 from alien and no other problems. When I copy files to a folder it does not show , I have to close dolphin and reopen to see those files. If I click on a compressed file and select extract folder here it does the same.

View 4 Replies View Related

Slackware :: Emacs Can't Use Fcitx Input Method?

May 10, 2011

i'm a Chinese student, after I upgraded slackware13.1 to slakcware13.37, I find that I can't use the fcitx input method in emacs to type Chinese. One method is to comment parts of the font path in /etc/X11/xorg.conf-vesa file. I can use fcitx input method in the first emacs that I opened and then when I open a new emacs, I can't use fcitx input method and it indicates that the Ctrl+Space key combination is the Mark command. What's wrong with this problem?

View 1 Replies View Related

Slackware :: Flash Videos Leaving Strange Artifacts Behind?

Jul 3, 2011

slack 13.37, firefox 14.0 shockwave/flash 10.3r181when i watch a ..... video, even if i close the tab after watching the video, there's a bizarre artifact left over where the video progress bar was. it alters text in other tabs, and alters pixels in pictures in other tabs where the bottom of the ..... viewing window was. when i close the kde session i get a quick glimpse of the video frame that was "left over" from .....

View 7 Replies View Related

Slackware :: Kernel Supplying Strange Nodes And Symlinks On /dev

Aug 17, 2010

I use Slackware 13.0. I just upgraded from 2.6.32 to 2.6.35. On 2.6.35, the kernel supplying strange non-existant node like hda* and many symlink like cdr cdr0 cdrom cdrom0 etc. Well, i use libata and disable the old ATA driver, so my HDD should only be displayed as sd**. Also, i've checked all the udev rules, and i don't see any SYMLINK entries that would produce that cdr cdr0 links. My 2.6.32 and 2.6.35 config are identical. Everything were working normally on 2.6.32. Btw, i've tried to upgrade to 13.1. Then boot the standard huge.smp kernel. The same problem occured too. And with other problem i get with 13.1, i decided to downgrade to 13.0.

View 2 Replies View Related

Slackware :: Strange Networking With Slack 13.1/pfsense Router?

Jan 25, 2011

I opened a thread on the general networking section of the forums to discuss about a problem I am experiencing with a newly installed slackware 13.1 (not 64b) on my dell laptop. Basically, the machine is not getting an IP from the dhcp server on my pfsense router. All other machines on my network are still getting IP's fine, and the pfsense box never changed. I can get an IP from the pfsense box by manually loging as root and using /etc/rc.d/rc.inet1 eth0 restart (note the argument eth0 necessary to get the ip).

User markush at the link below suggested I open this thread here, I think its a great idea since I believe it is a slackware problem. he also recommended to use tcpdump to diagnose the connection problem. Here's the results:

I issued the dhcp renewal commands in a terminal and monitored the output of tcpdump in a different terminal.

Code:
root@xpsm1730:/home/lpallard# /etc/rc.d/rc.inet1 restart
Polling for DHCP server on interface eth0:
dhcpcd: version 5.2.2 starting
dhcpcd: eth0: waiting for carrier
dhcpcd: timed out

[Code]....

I believe the router is fine since all other machines are all using slackware 13.1 (one slackware 32bit and the other slackeware 64) and are all handshaking perfectly with the pfsense box.

I also believe the kernel on the faulty machine is OK since I am using the very same kernel(2.6.37) on the machine running slack64 and this machine is also handshaking perfectly with my pfsense box.

Please see http://www.linuxquestions.org/questi...get-ip-857683/ for more details.

View 14 Replies View Related

Ubuntu :: Code In Emacs File To Start Emacs Maximized?

May 17, 2010

I was using the following code in my .emacs file to start emacs maximized:

Quote:
(defun toggle-fullscreen ()
(interactive)
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32
'(2 "_NET_WM_STATE_MAXIMIZED_VERT" 0))
(x-send-client-message nil 0 nil "_NET_WM_STATE" 32

[Code]...

View 2 Replies View Related

Fedora :: F15 Sandy Bridge SSD Speed Regression 2.6.38 / 2.6.40

Aug 17, 2011

Fedora 15 / Lenovo T420 / Sandy Bridge / SSD Crucial 256GB nearly 500 MB/Sec working perfectly with kernel 2.6.38, after upgrading to 2.6.40 (due to external monitor problem), speed decreased to 300 MB/Sec.

View 6 Replies View Related

OpenSUSE :: KDE 4.6.2 Regression - Dolphin Hang During Delete

Apr 15, 2011

I was in kde 4.4.4 and everything was quite fine, I upgraded to 4.6.2 and now dolphin hangs when I delete or transfer many (~30 of ~1GB each) files, it became unusable for minutes (~5), it can be used again only when the operation is finished, is there any workaround or I have to downgrade to 4.4.4?

View 8 Replies View Related

Ubuntu :: Using Openstat For Multiple Regression Analysis?

Aug 6, 2011

Im using openstat for muliple regression analysis..I want to know the least numbers of observations required to get the result window..

View 2 Replies View Related

General :: Make A Lineal Regression With Gnuplot?

Apr 6, 2011

How to make a lineal regression with gnuplot, I was told this can be done but I don't understand how

View 2 Replies View Related

Fedora :: Regression: Compiz Is Not Responding On 12 - Kernel-PAE-2.6.32.9-67.fc12.i686

Mar 9, 2010

I had fedora 12 installed on a Macbook pro Intel first generation with ATI Radeon graphics card (see the attachment). Compiz crash when trying to watch *.wmv movie codified with wmvvc1dmo on kernel-PAE-2.6.32.9-67.fc12.i686. I want to convert the film to *.mpg, then I download the mplayer codecs in order to see the film, I can do it without problems with the on kernel-PAE-2.6.31.12-174.2.22.fc12.i686. But I updated my system last Saturday and when I was trying to see the movie again the computer began to respond really slow, then I began to close applications and when I tried to restart I got the message: "compiz is not responding".

I tried again but the same problem. Other thing that I noticed is that when the computer go to sleep, when I wake up it, the display show horizontal black spikes, it is like it doesn't have the appropriate refreshing rate. I think that the problem is related with the acceleration on graphic card. Yesterday, I booted on kernel-PAE-2.6.31.12-174.2.22.fc12.i686, and I watched the film, and the wake up was without problems. That is the reason I call it a regression.

[Code]...

View 9 Replies View Related

Fedora :: Emacs As Root In 12

Dec 6, 2009

I am sufferihng from two problems running emacs in Fedora 12: Firstly, whether I am logged in as root or not, starting emacs from an xterm gives me the following messages: Finished loading /usr/share/emacs/site-lisp/egg/leim-list.el and load others... Loading /usr/share/emacs/23.1/leim/leim-list.el (source)... Loading /usr/share/emacs/23.1/leim/leim-list.el (source)...done Not much of a problem, but I would like to know how to prevent this.

However, if I am logged in as root, or if I use 'su -c emacs' I get an additional message and then emacs takes a long time to start up. The additional message is: socket(): Address family not supported by protocol I did not get this in Fedora 10, and it is not so much the message but more the delay of a few seconds in starting up which is annoying me.

View 3 Replies View Related

Ubuntu :: Emacs Causes X Crash In 10.10

Oct 14, 2010

Since upgrading to Ubuntu 10.10 I have been unable to use Emacs23. Upon starting Emacs, it immediately causes X to crash and I am returned to the login screen.I thought of looking for a log file and providing it here or in a Launchpad post to shed some light on the problem, but I don't know which log I could provide (if there is one).

View 4 Replies View Related

Ubuntu :: Run Emacs Within Terminal?

Dec 11, 2010

After I installed GNU Emacs 23 to my Ubuntu system, every time I invoke the "emacs file" command, it launches Emacs.Because opening up Emacs takes time on my PC's last century hardware, and it consumes quite a big chunk of memory too. I wonder if I can still do some quick text editing using Terminal's emacs mode?

View 1 Replies View Related

Ubuntu :: Open Emacs With Ssh?

Jun 30, 2011

I am using emacs at work, and when I am home I use ssh through the terminal to connect to my computer at work. However starting emacs through ssh only gives me emacs in the terminal. As it is a bit awkward to work with I would like to open the GUI version of emacs through ssh. I tried installing tramp, but that did not seem to have any effect.

View 7 Replies View Related

General :: Run Emacs In CLI Inside Of GUI?

Jul 29, 2011

I tried Google search and reading man page options for emacs but couldn't find... If I run emacs in GUI, it starts GUI for emacs. I want to run it in CLI in rxvt. How do I do it?

View 1 Replies View Related

Software :: Emacs Indenting - TAB ?

Jun 26, 2009

All I want is that when I press the "TAB" key, I will ALWAYS get an actual TAB character--not spaces, not relative indenting with tabs mixed with spaces, just one singlel TAB character.

I tried every possible option I could find, but nothing works. I absolutely despise the relative indenting, and I haven't found a way to turn it off...

View 1 Replies View Related

Red Hat :: Cannot Find Emacs Or Xemacs

Jul 21, 2010

I have looked in all the usual places but cannot find emacs or xemacs... Does this mean I have to install it manually??

View 5 Replies View Related

Fedora :: Strange Errors From Yum

Dec 18, 2010

Not sure how this happened, but can't get back to a 'yum update; yum upgrade' without errors.

View 12 Replies View Related

Fedora :: F14 Emacs Wont Start After Su?

Nov 9, 2010

I can run emacs just fine as "me", but it consistently fails after a su:

Code:
#emacs
**

[code]....

View 7 Replies View Related

Fedora :: Change Colour In Emacs?

Jan 28, 2011

I'm trying to change the colours in emacs ( I could do with a darker background).From what I could find I have to install emacs-goodies-el.noarch, which I have done. However, M-x load-library RET color-theme RET M-x color-theme-select RET then does nothing and I cannot find a way to change the colours.looks like the instructions were wrong, it was the color theme package i need now.

View 1 Replies View Related

Fedora :: Possible To Downgrade By Installing Emacs 23.1 Rpm?

May 5, 2011

I recently installed Fedora 14 in an unused partition after having used Fedora 12 for some time. I used Add/Remove Software to download and install emacs successfully. However, there appears to be a bug in this version of emacs -- the menu bar grabs focus and will not give it back without cllicking on a menu item. I find this bug very annoying and would like to scrap 23.2 in favor of another version. According to emacs bug reports, this bug has been fixed in emacs 23.3 which is available right now from the emacs home page, but only as a tarball.

How long does it usually take for a new version, such as emacs 23.3, to become available as a Fedora rpm? Would it be possible for me to downgrade by installing the emacs 23.1 rpm? If so, how do I get it? (Fedora's Add/Remove Software lists only the 23.2 version for me.)

View 3 Replies View Related

OpenSUSE :: Unable To Use Emacs After Upgrade From 11.3 To 11.4?

Apr 5, 2011

I'm using emacs as editor. When using Emacs with any kernel for the 11.4 version, I observe that the cursor does not follow the arrow keys, and that some characters are randomly appearing in the Emacs text windows. This disappears when using the failsafe kernel. What could be the origin of this flaw and what can be done for solving this issue ?

View 1 Replies View Related

OpenSUSE :: Emacs Does Not Refresh Properly

Apr 26, 2011

I'm using openSUSE 11.4 Tumbleweed with KDE 4.6. I started using emacs and I wound when I scroll, emacs gui does not refresh the screen properly, and the characters get messy.

Especially the first column (first chars in every lines) does not go away for a while when I scroll.

View 1 Replies View Related

OpenSUSE :: Emacs Giving Me Artifacts In GUI

May 11, 2011

I am using emacs for editing. The problem is that it is giving me a lot of artifacts on the screen. Like the cursor movement leave black marks all over the screen. Cursor is sometimes not visible after movement. If I use highlighting current line then it also leaves artifacts.

View 7 Replies View Related

General :: How To Get A Decent Emacs Setup

Mar 11, 2011

I am currently interested in switching from vim to emacs.One of the more compelling reasons for this is the smooth integration with a unix environment. The most experienced emacs users I have seen have a bash prompt at the bottom of their window, with stdout going to a buffer right above it. They then interact with the output of programs such as grep in interesting ways.I am on Ubuntu 10.04 and the default emacs environment does not seem to do much for me in the way of integration. For example, in the M-x shell mode, output from basic commands like ls produce lots of strange characters and hitting the up arrow does not go to previous commands.

View 4 Replies View Related

General :: How To Open Emacs In Its Own Window

Aug 20, 2010

I am doing some project work and for that using the server at college with ssh connection. Every time I try to open emacs on the terminal after connecting, it opens emacs in the terminal itself i.e. not its own window. On my laptop on which ubuntu is installed, emacs always opens up in its own window an thats how I am used to it. There are several problems when it opens in the terminal like when I try to use commands such as M-V, actually terminal's view menu opens up, its very frustrating. Also I am pretty sure that the college server runs on red hat and has X installed on it. So what do I need to do to get my emacs window back.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved