CentOS 5 :: Emacs 21 Fonts Missing After 5.3 Upgrade?
Apr 14, 2009
After upgrading to CentOS 5.3, emacs is unable to locate its default font. (I've been able to supply emacs with a command-line or config-file link to a different installed font, but that's a workaround, not a solution.) I'm not sure if this is a packaging error, an error in our repository configuration, or something else. Below I've inserted some info that seems relevant. I'd be happy to post other information as requested. I've also attached a probably unnecessary screenshot of emacs displaying little blocks instead of characters at the very bottom of this post. Here's the command-line error thrown by emacs on startup:
[Code]...
whether one of emacs's needed fonts has been moved from one package to another in the latest upgrade. Or (most likely) it's something else I haven't thought of.
View 3 Replies
ADVERTISEMENT
Dec 30, 2010
In CentOS 5.4 (Final), emacs is displaying characters as little boxes. see attached screen shot. I searched the Web and found others have this same problem with emacs in CentOS 5.4 but have not found any solution. I installed emacs in a base CentOS Amazon EC2 instance as follows:
yum -y groupinstall "GNOME Desktop Environment"
yum -y install emacs
yum -y groupinstall emacs
This issue does not arise for me in Amazon EC2 instances running Red Hat, Fedora, or Ubuntu when I install emacs as I did here. I am not X font savvy
View 1 Replies
View Related
Jun 21, 2011
I successfully installed Natty on my PC and everything works great. Or nearly! If I connect to a server via ssh and try to open an emacs window on the server: no fonts are visualized (only empty boxes) and I get the following warnings:
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct
Warning: Cannot convert string "-*-helvetica-medium-r-*--*-120-*-*-*-*-iso8859-1" to type FontStruct
- running emacs with the "no window" option -nw works fine (but I don't like working with emacs in the terminal window).
[Code]...
View 4 Replies
View Related
Apr 7, 2010
I get the message
No fonts match '9x15'
when trying to run emacs and a linux box. I messed something up a while back, but I do not know how to fix this issue.
View 2 Replies
View Related
Jun 13, 2009
After upgrading to 5.3 I don't have xm anymore, anyone else with this problem or know how to fix it?
Quote:[root@xxxxxxx /]# xm list
bash: xm: command not found
View 2 Replies
View Related
Oct 23, 2009
uname -a
is
Linux centos52-64-fuj 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Yum upgrade gives :
Quote:
---> Package libsilc.x86_64 0:1.0.2-2.fc6 set to be updated
---> Package sgpio.x86_64 0:1.2.0_10-2.el5 set to be updated
---> Package meanwhile.x86_64 0:1.0.2-5.el5 set to be updated
---> Processing Dependency: libhdf5.so.0()(64bit) for package: octave
---> Package cyrus-sasl-md5.x86_64 0:2.1.22-5.el5 set to be updated
---> Package fipscheck.x86_64 0:1.2.0-1.el5 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: libhdf5.so.0()(64bit) is needed by package octave
Error: Missing Dependency: hal >= 0.5.9 is needed by package gparted
View 8 Replies
View Related
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
Sep 18, 2010
Debian 504 64-bit
Emacs 22.2.1
I have emacs running on the box
$ apt-cache policy emacs Code: emacs:
Installed: 22.2+2-5
Candidate: 22.2+2-5
[code].....
View 2 Replies
View Related
Oct 21, 2010
I installed texLive2009 from the repository, with extra-fonts, arabic and Hebrew package, xetex and culmus. When I try to run latex (or pdflatex or xetex) I get an error message about missing Hebrew fonts jerus10 and deads10.
View 1 Replies
View Related
Sep 18, 2010
Debian 504 64-bit
Emacs 22.2.1
I have emacs running on the box
$ apt-cache policy emacsemacs:
Installed: 22.2+2-5
Candidate: 22.2+2-5
Version table:
23.1+1-4~bpo50+1 0
1 [URL]
*** 22.2+2-5 0
500 [URL]
100 /var/lib/dpkg/status
But I need to upgrade it to the latest version 23 which is NOT on repo.
View 8 Replies
View Related
Oct 11, 2010
I'm trying to install Ubuntu 10.10 64 Bit but when the Setup loads, the fonts are missing, instead I see a lot of squares [][][][][] [][] [] [][][] and I can't continue because I can't read anything, I try to change language at boot menu but I can't solve it. Also I have tried to install it into a VirtualBox, but the problem is still there. I have installed Ubuntu 10.04 64 Bit and it works perfect, I downloaded the ISO today, this is the finale release. What can I do?
This is my screenshot:
View 1 Replies
View Related
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
May 12, 2014
I work with python and I use emacs as my IDE tool. I have been running Debian Squeeze (6.0.9) for some time now with emacs 23.2.1 and ecb 2.32. I am able to access my python methods in the ecb-methods window with no problems. However I recently upgraded my desktop to Debian Wheezy (7.5) running emacs 23.4.1 and ecb 2.40 but I have lost access to the methods in the ecb-methods window. The window is just empty while the others (directories, sources and history) are all populated. I have a second laptop which I decided to upgrade to Debian Jessie, however Jessie recommends emacs 23.4.1 which is running with ecb 2.40 also. The result is the same as on Wheezy.
I have used the ecb menus and googled for a solution or even just a mention that such a problem exists but have come up with nothing. Either I have a unique situation here or am doing something really dumb.
I would like to upgrade to Wheezy or Jessie but I need access to methods in the ecb methods window. How to keep my upgrade and see the methods in the methods window of the ecb system ....
View 0 Replies
View Related
Apr 17, 2011
After doing an update a couple of days ago (had previously upgraded to 5.6), the font size in firefox (file forward reload, etc), terminal and the panel (using xfce) are significately smaller. Searching the web, mail lists and the forums have not resulted in finding anyone else with this problem. I did notice that glibc has a bug that is currently being worked on at Redhat but it is unclear if the font problem I am seeing is related. Note also, that the initial upgrade to Centos 5.6 was successful.
View 8 Replies
View Related
Jan 21, 2011
As far as I can tell from browsing around, I should be getting 256 colors in my Emacs, but I'm not. I'm running CentOS 5.4 on an ec2 instance. I'm running Putty 0.60 on Windows 7. Putty is set to send xterm-256color for its terminal string. Putty is set to allow 256 colors. On CentOS, my $TERM is set to xterm-256color.
tput colors shows 256. I recompiled Emacs to 23.2, making sure to install libtermcap-devel beforehand, because someone claimed they needed that. But still, when I M-x list-colors-display in Emacs, it only shows 8 colors.
View 1 Replies
View Related
Jan 22, 2009
My X-windows *server* is a Cygwin box. I installed the entire X11 packages. on the centos machine, I installed xterm and emacs.xterm comes up fine and the characters in the window are fine.with emacs, the characters in the windows are empty boxes.Do I need to install some things on the centos end to get the characters to render?
View 1 Replies
View Related
Jun 21, 2010
Public key for ucs-miscfixed-fonts-0.3-5.fc13.noarch.rpm is not installed. Got this after upgrading to 13.
View 6 Replies
View Related
Sep 11, 2010
I just upgraded a laptop from an older version of Ubuntu to 10.04.1 LTS, which included an upgrade of firefox to ver. 3.6.9. Many pages in firefox now display only some of the text, although if I hilight where the text should be I get hilighted areas and if I copy and paste them into an editor the text shows up. Other pages display normally.
An example of this is [URL] where the "Welcome to the Ubuntu Forums ..." (un-logged in) paragraph is invisible although the off-white box which should contain this text is there. A few things I've tried and discovered:
* SeaMonkey doesn't have this problem (I'm using it to write this).
* If I un-check "Allow pages to choose their own fonts", the invisible text shows up with locally spec'd fonts. Specifying local font colors makes no difference.
* Switching users makes no difference.
* I've tried re-installing a large number of ttf fonts plus fontconfig, which makes no difference.
* This problem wasn't there before the upgrade.
View 8 Replies
View Related
Jun 14, 2011
Fix my fonts after my upgrade. All my truetype fonts look really hazy and very off after my upgrade from 10.10 to 11.04.
This seems to only be a Firefox and Thunderbird problem.
View 3 Replies
View Related
Apr 29, 2011
So before natty, firefox 4 interface fonts matched the rest of my apps, but now they are huge! See the screen-shot to see what I mean. Anyone know how to get them to match again?
I think some of the browser fonts changed as well, but I know I can change them in the options menu.
View 1 Replies
View Related
Jul 23, 2010
I finally got around to upgrading from etch to lenny. After having upgraded, I find that the fonts are extremely small in all gtk applications (iceweasel, abiword, gnumeric, etc.)
Everything looked fine before the upgrade, but now the application fonts in the menu bars, dialogs, etc. are so small as to be unreadable. Also, when I open up gnumeric spreadsheets the fonts in the cells are unreadable. All my X-based applications (rxvt, xfig, xmms, etc.) look just fine, it's just the GTK apps that have the font problems.
Interestingly, web pages themselves render just fine in iceweasel. Also, abiword documents look fine even though the menus, dialogs, etc. are too small to read.
I was able to get a workaround for the application fonts. I put the following in ~/.gtkrc-2.0 code...
At 24 point the fonts are still a bit on the small side, though. And I still have problems reading information in the gnumeric cells.
I use the fvwm window manager without gnome or kde.
View 3 Replies
View Related
Feb 6, 2010
I've been trying to install the latest version of Emacs from source but I'm running into a trouble. The commands "./configure" and "make" work just fine. However, when I run "sudo checkinstall" I get a message saying that makeinfo is missing:
Code: makeinfo is missing - cannot build manuals make: *** [info] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. What is Error 1
View 4 Replies
View Related
Apr 19, 2010
installing `yum` in my VPS Centos 5.3 (Final release) I need `yum` because I want to install Japanese fonts in my sever. What is the command for installing Japanese fonts in my VPS Centos 5.3 server
View 2 Replies
View Related
Feb 10, 2009
Am using Icefaces1.7.2 in tomcat5.5.23 in Centos5( jdk 1.6.06 and jre 6u11 and no X window system in my server ).. Am getting the error(java.lang.Error: Probable fatal error: No fonts found) when am using the functions getFontMetrics() and drawString() methods in my Captcha Image Generation programs. I am only using the fonts that me retrieved using ge.getAllFonts() ( i.e., the fonts available in the system ).
View 6 Replies
View Related
Jan 15, 2010
I just finished installing a bunch of truetype fonts. After installing them, firefox is displaying "bradybunch" font when I search google.
The font settings are all serif and sans serif in both the system fonts settings and firefox settings.
I am using ubuntu 9.10.
Any idea why this could be happening?
View 1 Replies
View Related
Oct 14, 2010
I would like to use the Adobe Garamond Pro in my text doccument in open office writer. I got a text document where from a friend where it is used so I know that it can. But when I want to edit I cant find it in the fonts dropdown menu.
View 2 Replies
View Related
Jul 3, 2011
I have a folder with over 1500 fonts, I would like to move them to my /usr/share/fonts folder so that they can be used. Some are from Windows, some are just random extras. I've installed the msttcorefonts, but there are quite a few missing that make some wen pages look different.
How can I go about putting the fonts from my folder, into the appropriate /usr/share/fonts folder to be used? And how can I move them all? I can't drag and drop them, and mv FONT_NAME /usr/share/fonts for all of them will take a month or two. Is there a way to elevate my self to be able to just drag and drop them all? And which folder would they need to go into for them to be used in Chrome and Firefox?
View 5 Replies
View Related
Feb 23, 2010
I have just installed openSUSE 11.2 X86_64 on my laptop, I then used KDE to install lots of type 1 fonts for my printer. These get loaded to /usr/local/share/fonts/...These installed fonts are visible to KDE (KWRITE) and GIMP so I assume that the installation was O.K. When I start openOFFICE writer I do not see these fonts. The font selection appears to be the fonts located under /usr/share/fonts. I have not tried other ooo3 components. I assume that they are not going to see the fonts either.
I have searched google and it appears that /usr/local/share/fonts is the correct location for non-packaged fonts. Has anybody any idea what is wrong? I think I could move all the fonts to /usr/share/fonts and ooo3 would work but this seems to break the installation directory structure. I have considered symlinks but I don't like the idea of defining a font twice to Linux and creating the syslinks is more work than reinstalling the fonts if they are lost
View 7 Replies
View Related
Dec 17, 2010
I have been trying to install clisp on one of our systems and get the error: Missing Dependency: libsigsegv.so.0()(64bit) for package: clisphowever, I have checked and the library libsigsegv-2.7-1.el5.rf.x86_64 and its associated header file package are, in fact,installed.
View 3 Replies
View Related
Jul 3, 2011
1. What do I need to set all the fonts to in 11.04 to make them look more like W7 fonts?2. Is there a way I can improve the graphics in WINE? Some very simple games run slow. Is there a way I can change the cursors in wine.
View 3 Replies
View Related