General :: How Does One Set Keypad Mode For Jed Editor With EDT Emulation
Feb 24, 2010
How does one switch between command line and keypad modes when using the jed editor with EDT emulation?
OpenVMS User's Manual states that when using the EDT editor if the user wants to control EDT using the keypad, the mode needs to be set for keypad rather than command line input:
I am using:
with this .jedrc file:
Using the -batch shows that the .jedrc file is correctly located.
View 1 Replies
ADVERTISEMENT
Nov 23, 2010
I have problems,I get this:
milenko@hp6830s:~/mt2ddi$ make mt2ddi
f77 -o -m64 driver.o solve_mt2d_direct.o boem.o rotz.o gebolr.o d2emod.o pobo.o mte.o d2hmod.o gsres.o mth.o z1idu.o h1iud.o phase.o
[code]....
View 4 Replies
View Related
Sep 23, 2010
text editor that has column mode capabilities like UltraEdit?
View 5 Replies
View Related
Jan 19, 2010
We're planning on running some performance tests on various LVM and straight disk configurations before we settle on one to use for our live servers, but while I can setup LVM volumes and partitions till the cows come home using the text mode GUI that's part of the Server Edition installer, I tend to get very confused trying to do the same from the command line. So, is there any way to get to that text mode GUI from the installer after the system has been installed? I know there are various tools to do the job within Gnome etc, but we're trying to keep the system as unbloated as possible.
View 4 Replies
View Related
Mar 10, 2011
How default editor can be changed in redhat linux to different editor.
View 4 Replies
View Related
Jan 22, 2010
Everytime I open Konqueror, it opens in "Embedded Text Editor" mode . So if I open it then click on a bookmark, it opens in edit mode. I can select View->View Mode->khtml and then the page displays properly. If I click on a link from that page, it displays properly. If I open a new tab, it is back to edit mode. If I open konqueror from konsole, it has the same behavior. I have removed all files under ~/.kde that mention konqueror, kong_* or kfmclient.
I checked the menu entry for Konqueror, and it is "kfmclient openProfile web browsing". I have set the view mode properly, then manually saved the profile in Konqueror. I have checked the system settings file associations, and the konqueror entry has the same application command (kfmclient) as the kde menu entry. Does anyone know how to make the view mode "stick" for Konqueror such that when clicking on html urls or selecting bookmarks causes Konqueror to display properly?
F12 x86_64, latest updates (4.3.4-1).
View 2 Replies
View Related
Dec 4, 2010
I want to interface GPIO driven matrix keypad(4X4) to my linux box.
I saw a driver source file
linux-2.6.32.2/drivers/input/keyboard/matrix_keypad.c
How can I use this to achieve what I want?
View 3 Replies
View Related
Feb 15, 2010
I'm on Ubuntu9.10 with pulseaudio setup, everything works fine so far. But when I try to record my Desktop with xvidcap or recordmydesktop I'm unable to get the sound working.
xvidcap uses only OSS so I tried to setup the emulation by loading the kernel modules and adding the following lines to /etc/modules:
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
[Code].....
View 2 Replies
View Related
Oct 20, 2010
Is there an application that allows one to 'export' a drive or virtual disk image to firewire so that the machine at the other end sees the computer as a regular firewire drive? Apple computers can do that via their target disk mode (hold down t on boot), but I am searching for an application that would work under Windows or Linux.The goal is to boot an older Apple iBook, which can not boot from USB, via this emulated firewire drive.
View 2 Replies
View Related
Jan 28, 2010
I'm running Debian (both Sarge and Lenny, on different systems) under Gnome and have a number of thin client workstations that connect to a software application on an AIX server. I'm using gnome-terminal to provide terminal emulation for this software. Unfortunately, the emulation leaves something to be desired, and doesn't catch all of the F keys properly. It seems F1-F4 act as some form of escape key, exiting out of the software back to the command line, when they should be performing different functions in the software. F5 and F6 work as they should in the emulation. Is there a setting I can apply to my gnome-terminal launcher that will make this behave like it I want? The terminal should ideally match the behavior of a Link MC5 terminal (we have some of these old beasts still around, still crunching away), but alas, I don't know how to implement this.
View 2 Replies
View Related
May 27, 2010
I am trying to use the free program Putty for emulation , I use Reflection before , Reflection use unixlink as protocol to download , but this protocol is not in Putty I tried sz is also not work , if I want to download files via Putty , what protocal that I can use ?
View 3 Replies
View Related
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
Jul 25, 2011
On windows I really only used Notepad++ as my text editor, it had two features that I loved.What I need to accomplish is what I would do with Notepad++ column editor.I could have like 100 lines, and place the cursor at a column, and goto edit>column editor, and I could insert an incrementing number. (I could also pad the incrementing number with 0s, this was GREAT for making batch files among other things.)So each line at that column had a number higher than the previous line.The other feature that I used sometimes was a search/replace with regex patterns.Does anyone know of an editor that has those features for linux? I am mostly after the column editor insert feature but if you know of one with both features that would rock.
View 1 Replies
View Related
May 26, 2010
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
egin{UPDATE}I want my terminal application remain alive and accessible if I accidentally close terminal emulator. This functionality is provided by screen and tmux, but they have issues with colors and they flush screen.Yes,I can run the shell inside screen, but I do not want the shell remain alive unless there is some other program running.
end{UPDATE}I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like outputting something to stdout/stderr or using stty to set terminal options) to the terminal this proxy runs in.
// I know about screen and altscreen on, but it makes either this (screen with TERM=screen):
or this (screen with TERM=rxvt-unicode):
while I want this (rxvt-unicode without screen):
I have figured out that everything looks fine if I compile rxvt-unicode with USE=-xterm-color (in fact vim looks like on the second picture even without screen if I add this USE flag) and set TERM=screen-256color, but I do not like this workaround because it actually changes colors and I can't be sure that it will always change them only this way:
View 4 Replies
View Related
Dec 1, 2010
My linux workstation recently crashed. After rebooting, Linux (Red Hat 5.3) will not boot properly and automatically went into emergency mode or recovery mode i think. I can still see my /home/user/ and all the files inside.I boot from CD to rescue mode and tried mounting read-only the /dev/sd5 which contains the files in the crashed hard disk to try to copy out my files but mounting was unsuccessful (invalid argument). I checked the filesystem type using fsck -N /dev/sda5 and shows it to ext2. i tried to mount another known working hdd and was successful.
My question is why in emergency mode, the crashed hdd is able to be mounted automatically as read-only but cannot be done in rescue mode thru a bootable CD?Is there any special mount options used in emergency mode?I also cannot copy out in emergency mode booting from the crashed hard disk as everything is read only.
View 3 Replies
View Related
Jul 11, 2011
After changing the keyboard the numeric keys do not work using mandriva 2010.2. It works ok on windows xp and puppy linux.
Under puppy linux the setting is pc 101.
Mandriva the setting is Generic 105 key (intl) PC
Have tried a few different options.
View 6 Replies
View Related
Jul 30, 2011
I'm trying to install smlnj 110.73 on a 64 bit lucid, and during installation, it complains of no 32-bit support.
Having zero knowledge of how 32-bit emulation is triggered in Ubuntu, all the leads I have to go on is this piece of shell script used by the installer to determine the architecture and emulation:
Code:
#
# on 64-bit linux systems, we need to check to see if the 32-bit emulation
# support is installed
#
if [ x"$ARCH" = "xx86" -a x"$OPSYS" = "xlinux" ] ; then
[Code].....
View 3 Replies
View Related
Aug 19, 2009
A couple of weeks ago, my keypad stopped working. Not only the numbers, but all keys there. I heard it is a setting in Gnome, but I can't seem to find it.
View 2 Replies
View Related
Apr 19, 2011
My ubuntu was working well for the past few months, and suddenly my numeric keypad wont work now. the num lock's light toggles, but there is no input on the screen while typing.
View 4 Replies
View Related
Apr 18, 2010
Dowloaded 10.04 beta 2 64 bit iso and was trying to install it into a VM. Upon boot however is comes up with something like "cant install it on your 32bit machine".
I'm fairly sure my laptop has a 64 bit architecture (for example, i have the "lm" flag when i cat the /proc/cpuinfo), so is there a way to convince VB that I have a 64 bit machine? unless there is a better way to find out if my CPU is indeed NOT 64 bit?
View 9 Replies
View Related
Oct 13, 2010
I have a problem with GDM, I'll explain: When system boot up and GDM show up, always need to press the NUM LOCK key for numeric keypad, for any reason this is disable always
View 9 Replies
View Related
Jun 7, 2010
I did a clean install of Fedora 13 on my Toshiba A500 laptop. Suddenly the keypad stops working. no numbers?
View 2 Replies
View Related
Jan 3, 2010
how to permanently disable the 'Pointer can be controlled using the keypad' accessibility function?There was a post about it on launchpad, that I used before and since updating to 9.10 I can't find it.It may be a Gnome bug, and its getting very irritating - maybe 10 - 12 times a day...
View 1 Replies
View Related
Apr 20, 2011
I am having issue with my keypad( place where we move the mouse pointer), after installing rhel-6
View 2 Replies
View Related
Mar 8, 2011
i have to interface a keypad to at91sam9261 board in linux platform.
View 1 Replies
View Related
Jun 26, 2010
I have a GRUB2 USB multiboot setup. Plus I have a multiboot setup on my computer with Ubuntu 9.10, PCLinuxOS, Windows XP, and Fedora 13. The issue I'm having is different but the same. On my USB multiboot, Fedora will hang up on certain devices. Things such as touchpad, bluetooth, etc. On my PC it hangs up on first the bluetooth, then I unplug, then the USB hub, then the mouse and finally the external hard drive. It detects the devices but it freezes on detection. I did get this error before the device detection began:
Quote:
dracut; dracut-005-3.fc13
dracut: FATAL: Don't know how to handle 'root=(0,4)'
dracut: Refusing to continue
dracut: FATAL: Don't know how to handle 'root=(0,4)'
dracut: Refusing to continue
this is on the PC and the problem with the USB is that it will hang up when detecting devices.
View 1 Replies
View Related
Feb 4, 2011
I'm trying to get Apple II emulation up and running with xmess. I've been searching for info on how to do this and it seems like it should be fairly simple. I've downloaded the apple2.zip bios file and placed it in /usr/share/games/xmess/bios
If I run the following command:
Code:
I get this output
Code:
It seems that then I should be able to simply issue the following command and be off and running:
Code:
The emulator opens, I get a warning telling me to type OK and then get to a display that basically says this:
Typing anything gets me to a command line, but there doesn't seem to be anything there (not surprising based on the "---" on the previous screen). Typing "CATALOG" shows nothing.
Does anyone know how to use this emulator or has run into the same problem. I think that I'm doing things correctly, but it just doesn't seem to be recognizing the dsk file.
View 1 Replies
View Related
May 21, 2010
I've noticed a bit of a problem here in the last few days...after some point, my numeric keypad stops being a numeric keypad; instead, it controls the mouse (5 right clicks, and the outer keys move the cursor in the appropriate direction). It doesn't appear to happen on boot, as I generally type the numeric bits of my password with the keypad, but some point after. The only common events I can think of where this has occurred is either after connecting to the system via SSH, or after swapping to tty1 (which usually requires re-enabling of numberlock for the terminal to recognize digits, again for the password). No matter what state the NumLock is in (off or on) at this point, the keypad fails to function as a keypad.
View 2 Replies
View Related
Jan 20, 2011
I have a keypad with a numeric part to it (as well as the traditional numbers above the alpha keys)It stopped working after I installed Moonlight - and although I have uninstalled Moonlight it is still not working (I may be wrong that Moonlight was the problem, but I can't think of anything else)The number lock indicator still lights up, but there is no response to any numeric input. With the number lock key off, the alternative actions (cursor up, down, etc) work normally.
View 7 Replies
View Related
Feb 5, 2010
I need to control matrix 5x4 keypad, on a processor
i am doing by making one row low at a time, and keeping all other rows high,
by scaning coloums, the corresponding key value becomes low.
my problems is that it is taking much time to respond, like to make gpio
low to high and high to low...
View 1 Replies
View Related