Debian :: Rxvt-unicode And Vim Insert Mode

Jan 12, 2016

When entering insert mode in a text file i want to edit while using rxvt-unicode, there is a p being inserted and a whole new line is entered as well. when i hit the insert key, vim enters insert mode but also types a p and forces whatever line i am on down a line. if num lock is not on, it will not enter insert mode by pressing the insert key but if i type using the keyboard and not the number pad, it still enters text. vim/mode keys work normally in xterm. is there some unusual configuration required in order to get vim to behave properly within rxvt-unicode?

created ~/.Xmodmap file as outlined here: [URL] ....

View 0 Replies


ADVERTISEMENT

Slackware :: Rxvt - Unicode And Transparency Not Working In 13.37

Apr 29, 2011

I just finished up my clean install of Slackware 13.37. I use rxvt-unicode, and transparency seems to have stopped working.

[code]...

View 4 Replies View Related

Debian :: 'rxvt-256color': Unknown Terminal Type

Apr 29, 2011

Lately, my rxvt-unicode has been generating this ~$ top 'rxvt-256color': unknown terminal type. Many of the terms have a colour patch. Where is the one for rxvt? Is there one in Debian or do I have to get creative?

View 2 Replies View Related

General :: Vim Stuck In Insert Mode

Apr 11, 2010

I've been using Vim for several months now via my web host (they allow putty access). All of a sudden, the escape key has become unresponsive. I cannot exist insert or any other mode by simply hitting escape. I have to hit F1 which brings up the help in vim and kicks me into command mode.

I'm most certain that my escape key on my keyboard is functioning fine since all of my windows shortcuts that use the escape key operate normally.

I know this is a ridiculous question and I'm certain there's a lot more to look into regarding a solution. What I really need is a solid lead as to where to start looking.

I'm using vim via putty I'm logging in using jailshell I'm not root

View 2 Replies View Related

General :: How To Get Insert Mode In GEdit

Mar 3, 2011

How do I get to insert mode in gedit? Why is there no documentation to do this? My Gedit comes up in overlay mode.

View 5 Replies View Related

General :: Get Vim Insert Mode In Emacs?

Apr 20, 2010

Is it possible to get vim insert mode in Emacs?

View 2 Replies View Related

Debian :: Perl Script - Converting Unicode To ASCII?

May 7, 2010

I'm trying to write a Perl script that will convert text to ASCII. I'm particularly interested in converting files created with MS Windows, so I used Notepad to create a few test files.

I have had some success with the following script:
[[ Script Deleted -- see subsequent posts ]]

After coming back /home/ to Debian, I used file to examine the file types:
$ file ansi.txt unicode_big-endian.txt unicode.txt utf8.txt
ansi.txt: ASCII text, with CRLF line terminators
unicode_big-endian.txt: Big-endian UTF-16 Unicode character data, with CRLF line terminators
unicode.txt: Little-endian UTF-16 Unicode character data, with CRLF, CR line terminators
utf8.txt: UTF-8 Unicode (with BOM) text, with CRLF line terminators

After running:
$ uni2ascii.pl -i ansi.txt -c ASCII -o new_ansi.txt
$ uni2ascii.pl -i unicode_big-endian.txt -c utf16 -o new_unicode_big-endian.txt
$ uni2ascii.pl -i unicode.txt -c utf16 -o new_unicode.txt
$ uni2ascii.pl -i utf8.txt -c utf8 -o new_utf8.txt

Everything appears good:
$ file new_ansi.txt new_unicode_big-endian.txt new_unicode.txt new_utf8.txt
new_ansi.txt: ASCII text
new_unicode_big-endian.txt: ASCII text
new_unicode.txt: ASCII text
new_utf8.txt:ASCII text

But the "little-endian file" does not convert properly:
$ md5sum new_ansi.txt new_unicode_big-endian.txt new_unicode.txt new_utf8.txt
c4def7932bc151b9e786b6ca1299162c new_ansi.txt
c4def7932bc151b9e786b6ca1299162c new_unicode_big-endian.txt
5b62a013dced4f2c2c0af45ea6388c1e new_unicode.txt
c4def7932bc151b9e786b6ca1299162c new_utf8.txt

When I use cat to print the new_unicode.txt file in an Emacs terminal, a ^@ appears on the last (empty) line. When I open the new_unicode.txt with KWrite, a warning message tells me that the file is a "binary" and "saving it will result in a corrupt file."

View 14 Replies View Related

Debian Multimedia :: Install Font With Better Unicode Support?

Mar 20, 2015

I'm running a Debian Wheezy system. There are a lot of characters I want to use from the U+1F*** set of characters. But when I use them or look them up in the character map, all I see is the square with the code inside. Is there some font package I can install from the repository that has better support for these characters?

E.g., when I am instant messaging my girlfriend, I like to use the HEAVY BLACK HEART character (❤, U+2764). But there are a whole bunch of other "romantic" characters that are listed but not actually displaying for me, like the KISS MARK (U+1F48B), which I would like to use. These characters apparently show up on her system, which is an android phone.

View 8 Replies View Related

Debian :: Getting Unicode Characters (Japanese) To Display Properly?

Mar 3, 2009

I recently intalled Debian lenny and I'm having issues with some of the unicode characters. Instead of displaying the symbols properly it shows one of the following depending on font/app:

1) Square outline with four letters/numbers arranged inside
2) Just a blank square outline
3) Just a blank space

I haven't been able to test all possible characters, but from a quick check it seems that Cyrillic works properly, Japanese doesn't.A few Google searches later and I'm no wiser on how to fix the issue. Any help?

View 2 Replies View Related

Slackware :: Use Uxrvt For Rxvt Instead?

Aug 22, 2010

because rxvt doesn't support Unicode (UTF-8 in my case), I'd like to use urxvt (rxvt-unicode) instead. I installed it using the SlackBuild script from SlackBuilds.org. As it is not needed for all users, on the one hand, and because I would like to avoid assumptions about which shell the user prefers, I thought I'd put this into a ~/.profile:

[code]...

Unfortunately, the alias command is just ignored, although ~/.profile is read. I know this, because there are some variables defined and exported in this file, too, and they are evaluated. Now I wonder: Why doesn't have the alias any effect? In fact, after I do. Because /usr/local precedes /usr/bin in $PATH, and because the evaluation of the search PATH stops on the first hit, this works: Whenever I issue rxvt on the command line, urxvt is started. There's even a little advantage compared to the alias approach: The window title is "rxvt", although uxrvt is, what's actually being executed. Although this is all I need for the moment, I'd like to learn, what's wrong with my first attempt using alias.

View 14 Replies View Related

Software :: Rxvt Vs Elinks For Copy / Paste?

Jan 13, 2010

After an afternoon of googling, I'm beginning to wonder if I'm the only rxvt / elinks user who also wants to copy text from the browser! My problem is thus... rxvt uses Shift-Left-Click to paste, and elinks uses Shift-Left-Click to select. I need a way to either change elinks (preferably without disabling mouse support - which solves the problem BTW) or RXVT. RXVT is on cygwin, and elinks is on archlinux.

View 2 Replies View Related

Slackware :: Paste To Another Application - Get Rxvt To Use Clipboard?

Apr 9, 2011

Using fluxbox in 13.1. If I select text in rxvt and then click the mouse wheel it pastes the selection at the cursor. But apparently it does not use the clipboard to do this, because if I Ctrl-v into another app, say jedit, it doesnt paste the rxvt selection, it pastes the last thing that was put on the clipboard. Is there any way to get rxvt to use the clipboard?

View 6 Replies View Related

Debian :: When Insert The DVD Mplayer Opens Up

Feb 20, 2010

I am having difficulty getting my DeVeDe created iso that I burned to a DVD to play on my Debian box. I have w32codec and libdvdcss2 installed on my Debian Lenny system. I have the Debian-Multimedia repository added to my sources.list file. I've been Googling for an answer since 8:30 a.m. EST and everything says I should be able to install the above codecs and play DVD video.

When I insert the DVD, Mplayer opens up, acts like it starts playing with a (streaming) tag and then clocks to 1 second and goes to "Paused"

I've even tried installing VLC to see if that mattered and it did not.

View 4 Replies View Related

Debian :: Insert Command During Boot?

Jan 31, 2010

I have finally gotten Samba working! Turns out there was no domain set, even though I remember setting it during the install process...hich brings me to yet another question... Now that I have a mount command that works, how do I insert this such that it is run during the boot process? I want to automount a few Samba shares. Is this a good idea?If not why not? If so, where do I edit to add the mount command?

View 3 Replies View Related

Slackware :: Rxvt Or Any Other Console Doesn't Make A New Line At Edge Of Window

Aug 17, 2010

I have a slight problem. Whenever I type something in rxvt, and sometimes it's a loooong something, I end up having to make it span multiple lines, as do you, probably. Anyway, my problem is that if I'm in any console at all, (aside from the TTY console and such) and I try to go multiple lines, this is what happens:

Code:

[root@SectionI13] > aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
After the first pass...

Code:

aaaaaaaectionI13] > aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
And after the second pass...

Code:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaa

Now, I'd be fine and dandy with this, if it wasn't so hard to figure out what I was typing after the first pass, because it's just plain hard to understand a command when there's the second half of it in front of the first half of it.

View 5 Replies View Related

Debian :: Insert An Application In Operating System?

Jun 22, 2010

how can we inert our application with a debian based Operating system, what should be basic ground work to be done if one wants to insert his Application(Open Source)within a Linux Operating System(OS).I request you all to send me some clues or hints with some url's for exploring and proceeding further.

View 2 Replies View Related

Debian :: Mounting A Smartmedia Card With Pccardctl Insert 0

Jan 14, 2010

I'm posting this here because I know the knowledge database here is reliable. I'm mounting a smartmedia card with pccardctl insert 0. I do not know where the device would be located in block, bsg, or in sX. I'm using fedora 12 for this.

View 5 Replies View Related

Hardware :: Win7 And Debian - Insert Boot Disk Message

Jan 27, 2010

I am kinda new to Linux but because I started a linux-course I decided to install it on my desktop. Before I used Virtual Box or VMware so it was pretty straightforward but now I have a problem with booting into Win7. I decided to install Debian along with my Win7. From a hardware perspective the things are like this, I have 3 HDD, 2 on a RAID0 and the third will be the one with Linux. On the RAID0 matrix I installed Win7 first, all ok there.

Then I started installing Debian. I followed the installation wizard, I partitioned the 3rd HDD and selected it as the drive for Linux. Then after I installed Linux and rebooted I only saw Debian in the GRUBs boot options, no sign of Win7. I think it has to do with the RAID0 matrix which "houses" Win7. I disconnected the 3rd HDD, and now when I try to boot no sign of the Win7 bootloader thou the RAID0 is ok. The only message I get is "insert boot disk".

View 3 Replies View Related

Debian Programming :: MySQL PHP Insert / Update Fail - Select Succeeds

Nov 6, 2013

I have mysql installed successfully. I can insert rows into my table using phpMyAdmin. I can successful retrieve those rows in PHP with a select statement. However, I cannot insert or update rows from PHP. I get no error messages and everything appears to be working okay, just no results in mysql table.

View 0 Replies View Related

General :: Insert Intel I395 Wifi Modules In Debian 6.0 Live DVD?

Feb 19, 2011

i tried the new debian 6.0 live dvd and was so happy or the first time i had debian actually booting and then i was like o.O and what's up with my wireless and i then tried to install and the installer finally told me i need the iwlwifi395 drivers for my wireless so i copied that and now i have the drivers and i don't know how to build them to be like on the live image like straight in there since i boot have my wireless.

View 1 Replies View Related

Debian :: "Not Optimum Mode - Recommended Mode 1280 X 1024 60Hz"

Apr 19, 2010

I am getting a pop up window saying: "Not optimum mode. Recommended mode 1280 x 1024 60Hz" In my case, this is happening after installing Debian 504 AMD64, the Samsung "SyncMaster 940N" that gives this message or warning was working fine for a few years on another machine under the previous Lenny distro.

The only way to get rid of this unwanted pop-up window (the monitor is working fine) is to press the "AUTO" switch on the monitor, there is no such option in the menu of the monitor to disable anything or change the resolution and it seems to me that, unlike what was suggested as an answer in similar threads, the problem is not with the monitor but with the distro unable to detect the monitor properly. The only mention in the "xorg.conf" file is as follows and running "dpkg reconfigure ..." has no other effect than creating a new exact duplicate of the file.

Section "Screen"
Identifier"Default Screen"
Monitor"Configured Monitor"
EndSection

View 5 Replies View Related

General :: Partition Table From Fdisk - Cylinder Mode - Sector Mode - Expert Mode ?

Aug 30, 2010

Below is a print out of my partition Table from Fdisk, in Cylinder mode, Sector mode, and then in expert mode?

Why in expert mode does it look like Partitions 2 and 3 share the same sector / hd / Cylinders? Is this OK?

Code:

View 3 Replies View Related

Programming :: How To Get A Unicode Number

Jul 7, 2011

But what is the easiest way to figure out the Unicode number of a character when you already have the character?

For instance, I pasted this character here from a PDF:

View 4 Replies View Related

Debian Installation :: No Bootable Device Found - "Insert And Press Any Key"?

Mar 20, 2010

I installed Debian lenny 5.04 today through netinstall. After install it refuses to boot and says, "No bootable device found - "insert and press any key".

Motherboard : Intel DP35DP
Processor : Intel core 2 duo
RAM: 2 GB
NVIDIA 8500GT 512mb

I have googled it around and it seems to be something to do with BIOS. I am sure harddisk is not fried. Because I installed Ubuntu and it works

View 6 Replies View Related

Software :: How Do New Unicode Characters Get Implemented?

Apr 17, 2009

From time to time, new characters are added to the unicode standard.For instance, in 2008 a capital sharp s (upper case form of German eszett)was added at position 0x1e9e.What actions need to be taken in order to make the new character part of the various fonts we use on our desktops?

View 1 Replies View Related

Programming :: Displaying Unicode Characters

Feb 19, 2011

I wrote a java program that writes strings to a file. The strings contain foreign language characters. When I run the program in Windows, the output file shows the foreign characters. However, when I attempt the same operation in Linux, the output file shows a white question mark in a black background instead of the foreign characters. The same Linux system could display the foreign characters if I copy the output file from Windows to Linux. I tried to create the output file using gedit that my program would then add additional strings to and chose Unicode-32 for encoding but still the same problem.

What could I do to get the program to display the foreign language characters from output text file?

View 6 Replies View Related

Programming :: How Renders Unicode Characters?

Oct 13, 2009

I am working on an application that will convert English text into equivalent Indian language text. Since Unicode is the standard, I will be using it. In most of the western languages each code-value directly refers to the glyph index and placing the code-values side by side will give the required display. This one to one mapping is not possible in Indian languages where rendering syllables is required rather than rendering just consonants and vowels. Many of the complex characters are made up by combining several unicode values.

My question here is: How Linux renders this Unicode text correctly? More specifically, what package is used? I believe in Windows they use Uniscribe for rendering.I believe there will be an operating system library for handling the text rendering. Or do I need to write my own rendering engine? How programs like Firefox, GEdit shows unicode text? Do they also have proprietary engines for correct rendering?

View 2 Replies View Related

Programming :: Printing Unicode Characters In C

Sep 5, 2009

Say I want to write some of the more exotic Unicode characters to a file, what's the proper way to do it? when decimal integers are involved, we use %d for floating point we use %f and for hex we use %p.What's the equivalent marker for Unicode values that C understands?

View 3 Replies View Related

Red Hat :: Convert A Unicode File To Ascii?

Jul 1, 2010

I need to be able to convert a unicode file to ascii using red hat.

View 1 Replies View Related

Fedora :: Extended Characters (Unicode Numbers) In F12

Dec 9, 2009

In previous versions of Fedora I was able to do Ctrl + Shift + U, enter the Unicode number - i.e., 20ac, press Enter and get a euro character. In Fedora 12 I do not have that feature. My language is US English.

View 5 Replies View Related







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