No phonegap.js on site root and other problems building apps with phonegap

Hi all,
I'm starting to develop some apps with dw cs5.5 but I encounter several problems here.
I just installed the Jquery mobile update (using the official adobe extension) and now every new project I start (using the mobile + phonegap template) I see there is no phonegap.js file in the site root.
And when I see the page using 'live' options I see the page rendered correctly but then, when I click on a subsequent page (page 2, page3 or page4...), no back button appears on the header.
what can I do to restore a productive environment?
tia
tony

I just uninstalled the jquery mobile update and now the BACK button is BACK.
No phonegap.js file yet....
any idea why the phonegap.js is not there yet?
TIA again, sorry for the semi useless post.
tony

Similar Messages

  • HT1414 Why every time i download games and other category in app store it always says " an unknown error has occured" cant sign in what will i do please help me

    Why everytime i download games and other category in app store i always receive a mesaage that it says " An unknown error has occured" cant sign in what will i do

    Only Apple can handle this:
    iTunes Support

  • Tracks out of order and other problems

    For one of my albums, the tracks are all out of order. I have edited the information, and the track numbers are proper, but it will not order them correctly. I have even removed the files from Itunes and then added them again--still they do not go in order. Then when I move the files onto my Ipod they are out of order, and it's very annoying. If Itunes won't recognize the track numbers, how do I reorganize them?
    My other problem is manly with the Ipod. I'm not entirely sure what I did to cause this but on my Ipod, an artist is doubled. And yet when I view the songs list on Itunes (the list of my Ipod) there is only one artist. How am I supposed to fix this?
    I've tried everything I would know of, and neither problems can fix. Thanks to everyone who replies.
    Message was edited by: Zuzanna

    ditto on tracks out of order. anyone? please?

  • S4LEAGUE AND OTHER GAMES ISSUE - INTERFERENCE WITH...

    Infinity is fine for other stuff except certain web games e.g.
    S4LEAGUE AND OTHER GAMES ISSUE - INTERFERENCE WITH SERVERS
    Issues
    Random disconnects
    slow connection
    slow client server
    Google searches suggest it might be a BT issue.
    Can you help, thanks

    using wired or wireless connection?
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Standard MacBook Pro and Final Cut Express and other great Pro Apps

    Hey Guys - tell me if this configuration of a MacBook Pro would be ok and work great for Final Cut Expess, Aperture, Creative Suite, and other Apps without slowness and other problems
    2.4GHz Intel Core 2 Duo
    250GB Serial ATA Drive @ 5400 rpm
    Superdrive 8x
    2GB 667Mhz DDR2 SDRAM - 2 x 1GB
    Thanks in advance.

    Yes. However, if you want to run +more than one+ of those listed apps simultaneously, the best thing you can do is add more RAM. Go to the max - 4 GB (2 x 2 GB). Note that Apple overcharges for RAM (and they don't make RAM, they just buy it from Samsung, Micron, and others, mark it way way up, and resell it). So, buy Crucial (the consumer division of Micron, in fact) or Kingston RAM. 2 x 2 GB sticks can be purchased for a little over $100 (compared to Apple's $200).
    Hope this helps...

  • How to developed QR and bar code reader app with Win8 tablet?

    I want to know the best approach of developing QR and bar code reader app with Win8 tablet? 
    Please suggest any third party or native c# which could be help for me.
    shishir

    Hello,
    This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites. It is not for products/technologies.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • My iPhone 5 doesn't send any text messages or i messages and the problem isn't with the sim card as i tried it with another iPhone 5 and it worked fine.

    my iPhone 5 doesn't send any text messages or i messages and the problem isn't with the sim card as i tried it with another iPhone 5 and it worked fine.

    OK. Thanks for sharing.
    Have a nice day.

  • I have been having problems downloading apps with my cellular data. I try installing apps from the app store and when it starts loading it just stays loading for a while but all of a sudden it loads all the way and then it restarts It goes back to waiting

    I have been having problems downloading apps with my cellular data. I try installing apps from the app store and when it starts loading it just stays loading for a while but all of a sudden it loads all the way and then it restarts. It goes back to waiting

    https://discussions.apple.com/message/19584729#19584729

  • Using local android-sdk and android-sdk-platform-tools with phonegap

    Hello,
    I've installed android-sdk, android-sdk-platform-tools and android-sdk-build-tools packages from AUR and phonegap with npm command line utility of nodejs. When I try to build android app using the command:
    $ phonegap run android
    phonegap fails to detect locally installed android SDK environment and uses remote one:
    [phonegap] detecting Android SDK environment...
    [phonegap] using the remote environment
    I tried adding paths /opt/android-sdk/tools/, /opt/android-sdk/platform-tools/ and /opt/android-sdk/build-tools to $PATH variable but still, no luck. How can I make phonegap use the local android SDK environment?
    Last edited by th0th (2013-08-10 21:06:29)

    hi, you can try run `phonegap local run android`
    if you see "ant: command not found" error, please install 'apache-ant'
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android                                             8 ↵
    [phonegap] adding the Android platform...
       [error] Please install Android target 17 (the Android 4.2 SDK). Make sure you have the latest Android tools installed as well. Run `android` from your command-line to install/update any missing SDKs or tools.
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android
    [phonegap] adding the Android platform...
       [error] An error occured during creation of android sub-project. /root/.cordova/lib/android/cordova/3.0.0/bin/create: line 104: ant: command not found
    An unexpected error occurred: ant jar > /dev/null exited with 127
    Deleting project...
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  yaourt -S apache-ant
                                                                                                                                           1 ↵
    ╭─root@vkill /opt/workspace/my-app ‹ruby-1.9.3›
    ╰─➤  phonegap local run android                                                                                                                  1 ↵
    [phonegap] adding the Android platform...
    [phonegap] compiling Android...
    [phonegap] successfully compiled Android app
    [phonegap] trying to install app onto device
    [phonegap] no device was found
    [phonegap] trying to install app onto emulator
    [phonegap] successfully installed onto emulator
    Last edited by vkill (2013-09-04 17:48:44)

  • Losing Events, Places, Faces and other problems in iPhoto

    Bought the new iMac in January; carefully transferred photos from old G4 and took ages updating the details using the great events/places/faces etc facility. Recently 2 things happened - I bought a new camera (Nikon D500); imported and updated event/place/face etc; all working fine. Days later got an upgrade iPhoto message - dutifully did so. Next time opened iPhoto got message to upgrade database - did so. I think there was a message reporting that this was necessary to secure the database; but I was not really concentrating on this merely assuming that my "new" software would not create any problems (how wrong could I have been?!)
    RESULT?
    - lost ALL place/face details;
    - photos still grouped as Events folder but only with with the old camera date format.
    - "Albums" directory with titles from old iPhoto version on G4 machine re-appeared!
    - In Finder file-path from root Pictures>iPhoto>Library>[subdirectories by year etc] replaced by a single iPhotodatabase that can only be accessed by opening using iPhoto
    - iPhoto created a "recovered photos" subfolder in "albums".
    I also notice that the Browse facility used to attach photos in Mail is also rendered useless - clicking one photo fails to attach a photo; i can click and drag one photo into an e-mail; but this goes into the e-mail body rather than as an attached item.
    Any suggestions that allow me to recover the information so painstakingly entered will be useful.
    I notice a lot of comments suggesting problems with iPhoto 8.1.1 - but I cannot see anything on the site similar to my problem - is this something that Apple are aware of and working on?
    Steve

    Welcome to the Apple Discussions.
    Lets clear some things up first:
    In Finder file-path from root Pictures>iPhoto>Library>subdirectories by year etc replaced by a single iPhotodatabase that can only be accessed by opening using iPhoto
    This is normal. Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. (See below for details on how to access your files)
    I also notice that the Browse facility used to attach photos in Mail is also rendered useless - clicking one photo fails to attach a photo; i can click and drag one photo into an e-mail; but this goes into the e-mail body rather than as an attached item.
    This is normal. That's how Mail works with Photos in an Email. Altering that is a matter for Mail. Elect to send Plain Text Emails. Note that how the email looks on your Mac has very little bearing on how it will appear on the receivers machine. It's pretty much 100% dependent on the setting on their email client.
    As to the missing Faces/Places etc. This sounds like a damaged database file:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Failing that, restore from your back up.
    As promised:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    Regards
    TD

  • Problems with stuck/dead pixels, battery life, ICS, and other problems

    Stuck/Dead Pixels:
    I bought my Droid Razr at around the 21st of December last year. On or around Christmas, I found a bright red pixel on the very bottom of my screen. Unlucky for me, I was leaving for Florida on Christmas Night. I got back on December 31st. Sometime in the first week of this year, I visited my verizon store and told the customer service lady that I had a dead pixel on my screen and had just bought it. But, she told me that she needed the manager to fix this and there was no manager there. For the next week I was busy with school and sports etc and was not able to go back to the store. It was now past my 14 day return period. So I decided, its only one pixel, most people won't notice it anyway. So here I am 5 months later, just starting to discover more pixels dying on my screen. I now have the one bright red one, two light blue ones, and one dark red. I have no idea what the return policy is on defective phones, and the verizon site is designed so that you can't find anything. And an FYI, I have tried stuck pixel removers and other apps, which  haven't been successful.
    Battery Life:
    I have also been finding more problems with my phone. The battery life is terrible when 4G and even 3G are on. I actually see no difference in battery consumption between 3G/4G.  My battery dies  about 4-5X faster when data is turned on, compared to using no data. I know it isn't because of the apps I installed since when I use WiFi, the battery is alright. I also make sure that my RAM isn't above 400MB, so that the processor doesn't use a lot of battery. I feel like I completely wasted my money buying the Razr. Mainly because of the fact that the Razr Maxx was announced two weeks later, which has about 80% more battery. Not only this, but I've seen the Razr selling for only ONE PENNY on amazon over the past month and it still is. I payed $300 on my Razr.
    Ice Cream Sandwich:
    After these major problems comes another one, that I bet all Razr and Razr Maxx customers are still thinking about. When will I get Ice Cream Sandwich? It is very disappointing when you are told that you will be getting an upgrade in early 2012, and are still wondering where your upgrade is 5 full months in. From what I understand, we won't see an upgrade until the end of June, since Motorola has posted on their website that "rollouts" would begin in the second quarter. Even if they release it by the end of June, when will it get to your phone? Maybe another week or two for some people. This is another thing that I feel I wasted my money on. My brother told me to get the Nexus because of ICS, but I trusted Motorola that they would upgrade my phone in a timely manner. WRONG.
    Phone Freezing:
    One more problem that I've had is that the phone will freeze. Usually you only need to turn the screen off and on, but once in a while, you have to completely reboot your phone. When I was coming back from Florida, right as I was about to get home, my phone completely froze. I was about to go return it, but after about 15-20 minutes, it became unfrozen.
    Motion Sensor not functioning:
    Another problem, an annoying one, is that sometimes the motion sensor that controls portrait and landscape mode will just stop working. Some of the games I play are completely dependent on the motion sensor. It is very embarrassing  when you are trying to show off to an iPhone friend and major components of your phone aren't working. They always tell me "why didn't you get an iPhone?". And I really just wanted to have a phone that didn't look like everyone else's, but I guess that comes at a cost. When the motion sensor stops working, I have to shut down my phone and restart, which takes a couple minutes.
    Problems with camera:
    My last problem would be with the camera. Sometimes if you bring the camera close to something, like a barcode, it will keep trying to focus, but never will. Another problem is photo quality in low light situations. It seems like the camera can't focus because it goes from being very dark into being bright because of the flash. I doubt this can be fixed because it's hardware, but a potential fix could be having the option to keep the LED light on during picture mode, that way the camera will be able to focus correctly.
    In Conclusion:
    I really just want someone to tell me how to return my phone for a new one, due to the dead pixels. I also wish I could be upgraded to the Razr Maxx because of the poor battery life on the Razr, but from what other people are saying, that probably won't happen. And finally, if anyone has more info about Ice Cream Sandwich, that would be awesome.

    Well since it's a Manufacturing Error it should Fall under your Warranty if you got one with your Razr. You know you can Call C.S. an they can Assist you with the Matter on it.. Just remember to have another phone so they can Trouble shoot the One that is Experiencing the Issue an when you talk to them go over thing. An they should send you C.G.A.N unless they request you to send it in before you get anther one. If you feel Better going to the Store try that. And Good Luck.. 

  • After upgrading to Lion 10.7.1 - iPhoto and other programs slow to open and other problems

    Am I alone - having lots of problems with 10.7.1.  iPhoto is slow and when I export photos it exists iphoto then I restart and sometimes it will works.  Safari is slower also. Sometimes it justs hangs and I have to force quit.  iTunes is also slower to open. Almost everytime it goes to a checking library for a long time. 
    Should I go back to previous version? Will I lose my purchase. I do not have disks for the upgrade.  I do not want to go back - I have a lot of data and always fear of losing it. 
    Think Apple knows about the problems or am I the only one and have some other problem?

    olegz,
    First, thanks for the clear graphics.
    Authorization seems to be the hangup here. But instead of dealing with the complications of conflicts in authorization, which might take several weeks to months to iron out - site by site - I urge you to follow a different path.
    It looks like you're using Chrome. For this site alone, use either Safari or Firefox, both of which are more likely to have plugins to deal with authorizing your site. Safari is already on your computer, but v.3 of Firefox is stable, too. Frankly, I can't tell you what specifically might be the problem here; but switching browsers will solve the immediate problem.
    Sound good? Not so good? Post in this thread so that I or others can solve your problem once and for all!

  • Sound loss, crashes and other problems

    Hello,
    I have been having some serious problems over the past several months.
    In the past it was fairly manageable, but recently things have been getting worse.
    I have a 12-inch PowerBook G4, I bought it at the McGill bookstore in October 2004. The first problem was the apparently random crashes that Mac OS X (v.10.4.8) would experience from time to time. It was fairly infrequent at first so it didn't bother me too much (and I thought it was just some sort of glitch). But it persisted and came to be expected.
    What would happen is that my screen would darken and center box would appear telling me, "You need to restart your computer. Hold down the Power button for several seconds or press the Restart button." (it would display this message in English, French, German, and Japanese for my convenience). After I restart the computer I get the message, "The computer was restarted after Mac OS X quit unexpectedly". At first it seemed to be linked to time; after a while it would just crash, sometimes after an hour or so, sometimes after as little as five minutes. (I fear as I write this that I will have to start over). More recently I've come to associate the crashes with movement of the computer; perhaps the battery (which is pretty much dead after so much use) is affecting the performance, I don't know.
    The next problem, which coincided with the crashes, was my clock being reset. I assumed this was directly associated with the spontaneous shutdown of the computer, yet though the crashes continued, the clock was not always reset (just about a third of the time). This was a pretty frustrating inconvenience given the frequency of the crashes at the beginning.
    The major problem that prompted me to take action was the lose of sound. One day, about a month ago now, my sound suddenly stopped working. At first I thought it was a hardware problem, but then I noticed the sound was still working with some things and just not others. For example, the sound increase/decrease indicator (the 'pop' sound when turning up or down the sound) stopped working, yet the startup sound still worked. I've found that Realplayer, MPlayer X 2, and Windows Media Player work fine but iTunes, VLC, and Quicktime don't. Most of the applications simply don't make sound but when I try to video in VLC I get the following error: "auhal: we cannot find our HAL component" or "auhal: audio-device var does not exist. device probe failed."
    Other minor errors I have come across include inability to detect the Airport card (remedied upon restarting the computer) and occasional seizing up of the keyboard (the letter keys, exclusively, were unresponsive for sometime before working again suddenly without need of restart).
    I've run diagnostic tools such as Disk Utility and the 'fsck' command in single-user mode, but nothing has been detected. It consistently comes up saying that everything is alright.
    I have backed-up all important files and programs (with the exception of my Firefox bookmarks, do you know how I can save those?) and am prepared to do whatever it takes to bring my computer back to working order. I need my computer for schoolwork and assignments so if I can fix it myself in anyway... I would prefer to avoid lengthly repairs if possible.
    Please let me know what my options are, and/or possible things I can do to repair these problems. This whole affair is, unsurprisingly, driving me crazy.
    One last thing, upon launching Microsoft Word, I get the following pop-up:
    Application Launch Failure
    The application "Word" could not be launched because of a shared library error: "3<Microsoft Word><Microsoft Word><MicrosoftLSLibZ>"
    I do not know whether this is linked to my other problems or not. This too, is something that has recently come up and is significantly affecting my work (I have had to switch to writing my essays on TextEdit).
    Any help is greatly appreciated.
    Thank you,
    Eric Oosenbrug

    Hi, Eric.
    1. You wrote: "...my screen would darken and center box would appear telling me, "You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.""You are describing the following message:
    That indicates a kernel panic. Failure to address these when they first arise can result in bad problems becoming worse.
    See my "Resolving Kernel Panics" FAQ. This FAQ includes step-by-step instructions for identifying and resolving some of the most common causes of kernel panics. The FAQ is a roadmap: start at the beginning and work systematically through the end, i.e. the "If all else fails..." section.
    2. You wrote: "…upon launching Microsoft Word, I get the following pop-up:
    Application Launch Failure
    The application "Word" could not be launched because of a shared library error: "3<Microsoft Word><Microsoft Word><MicrosoftLSLibZ>"
    I do not know whether this is linked to my other problems or not."It's probably related. Failure to address the kernel panics when they first arose may have resulted in a corrupted OS. I discuss shared library errors in my "Troubleshooting shared library errors" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Thunderbird works fine, Apple Mail can't send (and other problems)

    I have both Thunderbird and Mail setup exactly alike. Thunderbird can send mail just fine, every time, from any location. Mail was able to send messages a few times but for the last few days refuses to send anything.
    Here's the setup:
    Four smtp servers
    mail.bellsouth.net
    mailer.louisiana.edu
    smtp.coxmail.com
    smtp.central.cox.net
    each is setup with password SSL authentication. Each works just fine on any other computer and even on this one with Thunderbird. Apple Mail is the only problem. (and yes - ALL SETTINGS ARE EXACTLY CORRECT)
    NO - port 25 is NOT the issue - it works fine with other software on this computer and others - it is ONLY Apple Mail which can't manage to connect to the servers.
    I use an AirPort extreme and have reset it repeatedly. (I can usually connect to an smtp after doing so but only until Mail attempts to send) I have tried a direct ethernet connection as well. Same results.
    Mail refuses to connect to any smtp server. (it connects to the POP servers just fine) Occasionally, if I retype in the smtp password, or even delete it and turn off SSL, it will connect for a short time. (until I try to send a message)
    What's the deal?
    I see others have similar problems, but all seem to be ISP related. In this case, I've controlled for everything I can think except Apple Mail.
    A few other problems, maybe related or not:
    Mail has NEVER saved any messages I have sent out in any type of 'sent' folder. Sometimes the folder appears, sometimes it doesn't, but it is always empty. And yes, the setting to 'delete messages in the sent folder' is set to NEVER. So they should all be there.
    Additionally, the very FIRST note I created was saved in my Inbox as it should have been. NOT ONE single subsequent note has saved - I lost every one of them. (I also can't seem to find any means to manually save the note - how ridiculous)
    Finally, though it isn't that important at the moment, when Mail can't manage to connect to an smtp server, it just sits there and tries to send forever. Sometimes it will tell me it failed and suggest another server, sometimes not. In all cases, there does not seem to be a "STOP" button or command to tell Mail to quit transmitting/receiving.
    I'd really like to use this program since it integrates with iCal and Addressbook, but this is getting absurd.
    Thanks for any help anyone can provide.

    Who is your isp?
    If it is Cox they say on their site that you have to use only their smtp server.
    Other than the mailer server (of which I have no info), I question the ssl setting.
    Cox specifically say to not use ssl when setting up the outgoing server.
    Bellsouth do not appear to require authentication and do not use ssl either.
    AT&T Help Center Online: How To: Set Up Your AT&T Email Account Using Apple Mail 2.1 on a Mac OS 10
    http://help.bellsouth.net/bellsouth/asp/contentview.asp?isbrowse=true&sprt_cid=d 5442d40-acde-4d94-9192-0ae128b2ca78
    "each is setup with password SSL authentication. Each works just fine on any other computer"
    Are any of the other computers mac's?
    You say that "it works fine with other software on this computer" - what is this other software that is using ssl and port 25 to connect to the smtp servers?
    Port 25 is not used for ssl, use either 587 (standard) or in some cases 465 (non-standard).

  • LaTeX (AUCTeX) strange fonts and other problems

    It appears that I'm missing some latex fonts because things are looking weird. The top is what I currently have, the bottom is an old document:
    I've recently reinstalled arch and now my latex/auctex stuff seems to be very disagreeable even though I have the most recent versions of each package. I cannot change my default viewer from evince (http://bbs.archlinux.org/viewtopic.php? … 64#p726264) and the old shortcut for it no longer works. My knowledge of emacs customization is very basic so if someone could please point me in the right direction, I'd be very grateful.
    Last edited by iamsmrt (2010-03-16 22:13:56)

    Pank wrote:
    Please make sure that you are in fact using AUCTeX and not the build in LaTeX functionalities of Emacs. I am not aware of changes in regards to shortcuts in 11.86.
    --Rasmus
    It appears like I'm using AUCTeX from what I can tell (addition of pdflatex/pdfview buttons in gnu emacs). I just reinstalled it and pacman told me of two additional lines to add to my .emacs file so it now looks like, where the bolded lines are the ones I just added:
    ;; Required for auctex
    (require 'tex-site)
    (setq TeX-auto-save t)
    (setq TeX-parse-self t)
    [b](load "auctex.el" nil t t)
    (load "preview-latex.el" nil t t)[/b]
    Last edited by iamsmrt (2010-03-20 21:53:13)

Maybe you are looking for